From e129a180a89f8e323652fce3ebae494ae995bb9d Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 18 Jan 2011 09:05:51 +0100 Subject: Test for FIXME should be in pre-commit hook. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit