mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
include git rev in distribution zip
This commit is contained in:
committed by
Qingping Hou
parent
34d5205894
commit
cf5dca718b
1
Makefile
1
Makefile
@@ -221,6 +221,7 @@ customupdate: all
|
||||
-rm kindlepdfviewer-$(VERSION).zip
|
||||
rm -Rf $(INSTALL_DIR)
|
||||
mkdir $(INSTALL_DIR)
|
||||
echo $(VERSION) > $(INSTALL_DIR)/git-rev
|
||||
cp -p README.md COPYING kpdfview $(LUA_FILES) $(INSTALL_DIR)
|
||||
mkdir $(INSTALL_DIR)/data
|
||||
cp -rpL data/*.css $(INSTALL_DIR)/data
|
||||
|
||||
Reference in New Issue
Block a user