From 315abd92d3882f7e6199d36ea6c6f999c254ad51 Mon Sep 17 00:00:00 2001 From: chrox Date: Sun, 9 Mar 2014 20:09:54 +0800 Subject: [PATCH] strip unnecessary parts in update packages --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 00f594175..b40e5715a 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ customupdate: all zip -9 -r \ ../koreader-kindle-$(MACHINE)-$(VERSION).zip \ extensions koreader launchpad \ - -x "koreader/resources/fonts/*" + -x "koreader/resources/fonts/*" "koreader/resources/icons/src/*" "koreader/spec/*" # @TODO write an installation script for KUAL (houqp) koboupdate: all @@ -94,7 +94,7 @@ koboupdate: all zip -9 -r \ ../koreader-kobo-$(MACHINE)-$(VERSION).zip \ KoboRoot.tgz koreader koreader.png README_kobo.txt \ - -x "koreader/resources/fonts/*" + -x "koreader/resources/fonts/*" "koreader/resources/icons/src/*" "koreader/spec/*" pot: $(XGETTEXT_BIN) reader.lua `find frontend -iname "*.lua"` \