diff options
-rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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) |