diff -r 09006594d51d -r 5d1908d87db8 src/firefoxos/Makefile --- a/src/firefoxos/Makefile Tue Apr 23 22:01:36 2013 +0200 +++ b/src/firefoxos/Makefile Fri Apr 26 19:10:52 2013 +0200 @@ -28,7 +28,7 @@ ZIPBALL = otpwcalc-foxos-$(VERSION).zip # Vars -VERSION = 0.7.1 +VERSION = 0.7.2 # Progs PROGZIP = zip @@ -42,5 +42,5 @@ @if [ -e $(distdir)/$(ZIPBALL) ]; \ then $(PROGECHO) '$(distdir)/$(ZIPBALL) already exists, aborting.'; \ else \ - $(PROGZIP) -r9 $(distdir)/$(ZIPBALL) . -x Makefile -x otpwcalc.appcache -x jquery.plugins/\*-x img/keonmobile.png -x img/\*.svg -x img/\*.xcf; \ + $(PROGZIP) -r9 $(distdir)/$(ZIPBALL) . -x Makefile -x test/\* -x otpwcalc.appcache -x jquery.plugins/\*-x img/keonmobile.png -x img/\*.svg -x img/\*.xcf; \ fi