mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
copy i18n in customupdate
This commit is contained in:
1
Makefile
1
Makefile
@@ -61,6 +61,7 @@ customupdate: $(KOR_BASE)/koreader-base $(KOR_BASE)/extr
|
||||
$(STRIP) --strip-unneeded $(INSTALL_DIR)/libs/*
|
||||
cp -rpL $(KOR_BASE)/data/*.css $(INSTALL_DIR)/data
|
||||
cp -rpL $(KOR_BASE)/fonts $(INSTALL_DIR)
|
||||
cp -rp $(KOR_BASE)/i18n $(INSTALL_DIR)
|
||||
rm $(INSTALL_DIR)/fonts/droid/DroidSansFallbackFull.ttf
|
||||
echo $(VERSION) > git-rev
|
||||
cp -r git-rev resources $(INSTALL_DIR)
|
||||
|
||||
Reference in New Issue
Block a user