diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-05-14 13:12:06 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 14:53:47 +0200 |
commit | cc0d8793eb46476b0b2f6ca39eb631d267750f18 (patch) | |
tree | 2c67f8291dade940b524a47a894f1358e3be23cd /Makefile | |
parent | 831e3e73846813c09dd21b5bd9189f5720acae89 (diff) | |
download | bugzilla-triage-cc0d8793eb46476b0b2f6ca39eb631d267750f18.tar.gz |
New release 0.105.
* bumping the metadata
* when doing makeBacktraceAttachment conditional, we could loose
titleParsedAttachment, which we need in RHBZInit. Moved to rhbzpage.js
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |