src/firefoxos/Makefile

changeset 4
5d1908d87db8
parent 0
6a0957738c54
child 7
a6deb9a3ce28
equal deleted inserted replaced
0:e7678cfe5e5a 1:8052e31b7bc2
26 26
27 # Files 27 # Files
28 ZIPBALL = otpwcalc-foxos-$(VERSION).zip 28 ZIPBALL = otpwcalc-foxos-$(VERSION).zip
29 29
30 # Vars 30 # Vars
31 VERSION = 0.7.1 31 VERSION = 0.7.2
32 32
33 # Progs 33 # Progs
34 PROGZIP = zip 34 PROGZIP = zip
35 PROGECHO = echo 35 PROGECHO = echo
36 36
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

mercurial