1.1 --- a/src/firefoxos/Makefile Tue Apr 23 22:01:36 2013 +0200 1.2 +++ b/src/firefoxos/Makefile Fri Apr 26 19:10:52 2013 +0200 1.3 @@ -28,7 +28,7 @@ 1.4 ZIPBALL = otpwcalc-foxos-$(VERSION).zip 1.5 1.6 # Vars 1.7 -VERSION = 0.7.1 1.8 +VERSION = 0.7.2 1.9 1.10 # Progs 1.11 PROGZIP = zip 1.12 @@ -42,5 +42,5 @@ 1.13 @if [ -e $(distdir)/$(ZIPBALL) ]; \ 1.14 then $(PROGECHO) '$(distdir)/$(ZIPBALL) already exists, aborting.'; \ 1.15 else \ 1.16 - $(PROGZIP) -r9 $(distdir)/$(ZIPBALL) . -x Makefile -x otpwcalc.appcache -x jquery.plugins/\*-x img/keonmobile.png -x img/\*.svg -x img/\*.xcf; \ 1.17 + $(PROGZIP) -r9 $(distdir)/$(ZIPBALL) . -x Makefile -x test/\* -x otpwcalc.appcache -x jquery.plugins/\*-x img/keonmobile.png -x img/\*.svg -x img/\*.xcf; \ 1.18 fi