[Pkg-mozext-commits] [itsalltext] 21/459: Added TODO and narf checking

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository itsalltext.

commit 885adee464cdc1315f706c9628cba96a0afac4b1
Author: docwhat at gerf.org <docwhat at gerf.org>
Date:   Fri Dec 15 09:45:17 2006 -0500

    Added TODO and narf checking
---
 Makefile | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Makefile b/Makefile
index a7d95df..6cfdca6 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,14 @@ jslint.log: $(SOURCES_JS)
 	   echo "  ... there were $$(egrep '^Lint at line ' $@ | wc -l) errors."; \
 	 fi
 
+.PHONY: todo
+todo:
+	$(Q)grep -nr 'TODO' [a-z0-9]*
+
+.PHONY: narf
+narf:
+	$(Q)grep -nri 'narf' [a-z0-9]*
+
 .PHONY: clean
 clean:
 	$(Q)rm -rf $(XPI_FILE) *.log docs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/itsalltext.git



More information about the Pkg-mozext-commits mailing list