Added Kobo files to Makefile

I can't test on my laptop. Would these changes be enough?
This commit is contained in:
Markismus
2014-05-02 18:12:28 +02:00
parent a153286f44
commit bd4b5a11ad

View File

@@ -99,7 +99,7 @@ koboupdate: all
zip -9 -r \
../koreader-kobo-$(MACHINE)-$(VERSION).zip \
KoboRoot.tgz koreader koreader.png README_kobo.txt \
-x "koreader/resources/fonts/*" "koreader/resources/icons/src/*" "koreader/spec/*"
-x "koreader/resources/fonts/*" "koreader/resources/icons/src/*" "koreader/spec/*" "koreader/Kobo/*"
pot:
$(XGETTEXT_BIN) reader.lua `find frontend -iname "*.lua"` \