From 97123f05a19a1cbec41ef4b7b72adf0c3f681113 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 14 Jul 2010 12:28:09 +0200 Subject: make fix - check for occurrence of FIXME in all lib/*.js files. - clear out obsolete ones - add fix target as dependency of all one. --- Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 416448f..7a420e4 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ WEBDIR=/home/matej/Dokumenty/website -all: install +all: fix install install: local-install websync @@ -11,8 +11,11 @@ local-install: bugzilla-triage.xpi bugzilla-triage.xpi: package.json lib/*.js docs/* cfx xpi ;\ - unzip -o bugzilla-triage.xpi install.rdf ;\ + unzip -qqo bugzilla-triage.xpi install.rdf ;\ sed -i -e \ 's!3.5!3.6!' \ install.rdf ;\ - zip -9rmT bugzilla-triage.xpi install.rdf ;\ + zip -9rmqT bugzilla-triage.xpi install.rdf ;\ + +fix: + grep FIXME lib/*.js || /bin/true -- cgit