aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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: