Fixed initialization/update of mupdf's submodules, build "release" version of build helpers

pull/2/merge
HW 12 years ago committed by Qingping Hou
parent a123e5157f
commit e129307c40

@ -189,10 +189,11 @@ lfs.o: $(LFSDIR)/src/lfs.c
fetchthirdparty:
rm -rf mupdf/thirdparty
test -d mupdf && (cd mupdf; git checkout .; git submodule init; git submodule update) || echo warn: mupdf folder not found
test -d mupdf && (cd mupdf; git checkout .) || echo warn: mupdf folder not found
test -d $(LUADIR) && (cd $(LUADIR); git checkout .) || echo warn: $(LUADIR) folder not found
git submodule init
git submodule update
cd mupdf && (git submodule init; git submodule update)
ln -sf kpvcrlib/crengine/cr3gui/data data
test -e data/cr3.css || ln kpvcrlib/cr3.css data/
test -d fonts || ln -sf $(TTF_FONTS_DIR) fonts

Loading…
Cancel
Save