diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-05-02 23:36:30 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 14:51:41 +0200 |
commit | 0b92c971cd6887ff7386c0e2a7577440429d47f6 (patch) | |
tree | 4d6b40895df750d01abc0631f34207666365db85 /Makefile | |
parent | 92421b51663ce34939fee936ddcbeec91a67bced (diff) | |
download | bugzilla-triage-0b92c971cd6887ff7386c0e2a7577440429d47f6.tar.gz |
New release ... 0.99
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ local-install: bugzilla-triage.xpi rsync -av bugzilla-triage.xpi $(WEBDIR) rsync -av jsons/Config_data.json $(WEBDIR) -bugzilla-triage.xpi: package.json lib/*.js docs/* +bugzilla-triage.xpi: package.json lib/*.js cfx xpi ;\ unzip -qqo bugzilla-triage.xpi install.rdf ;\ sed -i -e \ |