update customupdate target for new ui framework

This commit is contained in:
Qingping Hou
2012-06-10 21:20:48 +08:00
parent 4182297a15
commit a26f6ed9a5

View File

@@ -219,6 +219,7 @@ customupdate: all
cp -rpL data/*.css $(INSTALL_DIR)/data
cp -rpL fonts $(INSTALL_DIR)
cp -r resources $(INSTALL_DIR)
cp -r frontend $(INSTALL_DIR)
mkdir $(INSTALL_DIR)/fonts/host
zip -9 -r kindlepdfviewer-$(VERSION).zip $(INSTALL_DIR) launchpad/
rm -Rf $(INSTALL_DIR)