aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-01-03 00:31:40 +0100
committerMatěj Cepl <mcepl@redhat.com>2012-01-03 00:31:40 +0100
commitfb662574627c9bc3477ccfaacd4e96bfda1f3e29 (patch)
tree2fe65d0da0f7adfcc848705bdaffd6c3395d07a5 /Makefile
parent7eccc88d90b9e4967199519b3adf2e189ec02235 (diff)
downloadbugzilla-triage-fb662574627c9bc3477ccfaacd4e96bfda1f3e29.tar.gz
Hopefully fixes compatibility with bugs.eclipse.org.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 10aed5c..f5eaced 100644
--- a/Makefile
+++ b/Makefile
@@ -5,12 +5,14 @@ UPDATE_URL=https://fedorahosted.org/released/bugzilla-triage-scripts/update.rdf
all: bugzilla-triage-$(VERNO).xpi update.rdf
+amo: bugzilla-triage.xpi
+
install: local-install
make -C $(WEBDIR)
websync
local-install: bugzilla-triage-$(VERNO).xpi update.rdf
- rsync -av bugzilla-triage*.xpi $(WEBDIR)
+ rsync -av bugzilla-triage-*.xpi $(WEBDIR)
rsync -av jsons/Config_data.json $(WEBDIR)
bugzilla-triage-$(VERNO).xpi: package.json lib/*.js
@@ -21,6 +23,9 @@ bugzilla-triage-$(VERNO).xpi: package.json lib/*.js
tidy -i -xml -utf8 -m bugzilla-triage.update.rdf
mv bugzilla-triage.xpi bugzilla-triage-$(VERNO).xpi
+bugzilla-triage.xpi: package.json lib/*.js
+ cfx xpi
+
update.rdf: bugzilla-triage-$(VERNO).xpi
tidy -i -xml -utf8 -m update.rdf