2013-02-04 15:23:49 +04:00
|
|
|
VERSION = 0.10
|
|
|
|
|
2013-01-14 17:38:25 +04:00
|
|
|
all:
|
2013-01-14 18:01:42 +04:00
|
|
|
rm ../static/webrtc.xpi
|
2013-02-06 15:19:19 +04:00
|
|
|
sed "s/@VERSION@/$(VERSION)/" < install.rdf.in > install.rdf
|
2013-02-04 15:10:31 +04:00
|
|
|
zip ../static/webrtc.xpi bootstrap.js options.xul chrome.manifest install.rdf \
|
2013-01-14 18:01:42 +04:00
|
|
|
styles/*.css
|
2013-02-04 15:23:49 +04:00
|
|
|
sed "s/@VERSION@/$(VERSION)/; \
|
|
|
|
s/@SHA256@/"`shasum -a 256 ../static/webrtc.xpi |cut -f1 -d' '`"/" \
|
|
|
|
< update.rdf.in > ../static/update.rdf
|
|
|
|
@echo
|
|
|
|
@echo "Did you remember to update the version number in Makefile?"
|