mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Fixed initialization/update of mupdf's submodules, build "release" version of build helpers
This commit is contained in:
3
Makefile
3
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user