diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-05-15 00:40:54 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-05-15 00:48:57 +0200 |
commit | 2ded7cbe5bc77943adc7ede7394dd57914a92ac9 (patch) | |
tree | ab77f4072f116e8f143f0c80c7c88263e3d37c28 /Makefile | |
parent | 83b84fb5e6e28d189179284bd3730d74717cd3da (diff) | |
download | bugzilla-triage-2ded7cbe5bc77943adc7ede7394dd57914a92ac9.tar.gz |
Fix the path to makeBacktraceAttachment.js in lib/main.js
Fixes #98
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ local-install: bugzilla-triage.xpi 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: tidy -i -xml -utf8 -m update.rdf |