From 1cadc51cc0135b9c4cf338e09c7874e1f49bf61b Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 6 Sep 2011 19:18:18 +0200 Subject: New release version. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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: -- cgit