From 83b84fb5e6e28d189179284bd3730d74717cd3da Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sat, 14 May 2011 13:12:06 +0200 Subject: New release 0.105. * bumping the metadata * when doing makeBacktraceAttachment conditional, we could loose titleParsedAttachment, which we need in RHBZInit. Moved to rhbzpage.js --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 455b6f4..2d08fc7 100644 --- a/Makefile +++ b/Makefile @@ -15,5 +15,8 @@ local-install: bugzilla-triage.xpi bugzilla-triage.xpi: package.json lib/*.js cfx xpi --update-link=$(UPSTREAM_XPI_URL) --update-url=$(UPDATE_URL) +update.rdf: + tidy -i -xml -utf8 -m update.rdf + clean: find . -name \*~ -print -delete -- cgit