aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-01-18 09:05:51 +0100
committerMatěj Cepl <mcepl@redhat.com>2011-01-18 09:05:51 +0100
commite129a180a89f8e323652fce3ebae494ae995bb9d (patch)
tree5fd9f4a59ffed977af97f87d7d1caba557673c48 /Makefile
parent7f563b5ea81d1e78d1c895fdfc6df6ae4f2c1d1d (diff)
downloadbugzilla-triage-e129a180a89f8e323652fce3ebae494ae995bb9d.tar.gz
Test for FIXME should be in pre-commit hook.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 3c8ef73..e69e678 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
WEBDIR=/home/matej/Dokumenty/website/fedorahosted/
-all: fix install
+all: install
install: local-install
websync
@@ -20,6 +20,3 @@ bugzilla-triage.xpi: package.json lib/*.js docs/*
install.rdf ;\
zip -9rmqT bugzilla-triage.xpi install.rdf ;\
make -C $(WEBDIR)
-
-fix:
- ! grep -n FIXME lib/*.js