aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-09-06 19:18:18 +0200
committerMatěj Cepl <mcepl@redhat.com>2011-09-06 19:18:18 +0200
commit1cadc51cc0135b9c4cf338e09c7874e1f49bf61b (patch)
tree5b5a4251c07df263f2fc22d9bd0e0c5b467e1f60 /Makefile
parent49284ece28eb4c668bdcae1149b9f28af0f6396e (diff)
downloadbugzilla-triage-1cadc51cc0135b9c4cf338e09c7874e1f49bf61b.tar.gz
New release version.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 29fdcc9..cc7d30d 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ install: local-install
#make -C $(WEBDIR)
#websync
-local-install: bugzilla-triage.xpi
+local-install: bugzilla-triage.xpi update.rdf
rsync -av bugzilla-triage.xpi $(WEBDIR)
rsync -av jsons/Config_data.json $(WEBDIR)
@@ -17,7 +17,7 @@ bugzilla-triage.xpi: package.json lib/*.js
cfx xpi --update-link=$(UPSTREAM_XPI_URL) --update-url=$(UPDATE_URL)
tidy -i -xml -utf8 -m bugzilla-triage.update.rdf
-update.rdf:
+update.rdf: bugzilla-triage.xpi
tidy -i -xml -utf8 -m update.rdf
clean: