aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 118d74d..44eb3f4 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,14 @@ install: local-install
make -C $(WEBDIR)
websync
+amo: bugzilla-triage.xpi
+ mv bugzilla-triage.xpi bugzilla-triage.zip
+ unzip -qp bugzilla-triage.zip install.rdf \
+ |grep -v 'em:updateURL' >temp-install.rdf
+ mv -f temp-install.rdf install.rdf
+ zip -9qmT bugzilla-triage.zip install.rdf
+ mv -f bugzilla-triage.zip bugzilla-triage.xpi
+
local-install: bugzilla-triage-$(VERNO).xpi update.rdf
rsync -av bugzilla-triage*.xpi $(WEBDIR)
rsync -av jsons/Config_data.json $(WEBDIR)