From a26f6ed9a5b9dd53b96ceedee2ce1090335b1c83 Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Sun, 10 Jun 2012 21:20:48 +0800 Subject: [PATCH] update customupdate target for new ui framework --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 71e459e1a..be0929009 100644 --- a/Makefile +++ b/Makefile @@ -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)