40 |
40 |
41 dist: Makefile |
41 dist: Makefile |
42 @if [ -e $(distdir)/$(ZIPBALL) ]; \ |
42 @if [ -e $(distdir)/$(ZIPBALL) ]; \ |
43 then $(PROGECHO) '$(distdir)/$(ZIPBALL) already exists, aborting.'; \ |
43 then $(PROGECHO) '$(distdir)/$(ZIPBALL) already exists, aborting.'; \ |
44 else \ |
44 else \ |
45 $(PROGZIP) -r9 $(distdir)/$(ZIPBALL) . -x Makefile -x otpwcalc.appcache -x jquery.plugins/\*-x img/keonmobile.png -x img/\*.svg -x img/\*.xcf; \ |
45 $(PROGZIP) -r9 $(distdir)/$(ZIPBALL) . -x Makefile -x test/\* -x otpwcalc.appcache -x jquery.plugins/\*-x img/keonmobile.png -x img/\*.svg -x img/\*.xcf; \ |
46 fi |
46 fi |