src/firefoxos/Makefile

changeset 15
9ca643a77115
parent 13
deac632e477c
equal deleted inserted replaced
4:aa5ce7f2b96a 5:acfd25177162
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 test/\* -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

mercurial