From 0b182f35dd133f40adcf95cd57f636102b4a2188 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sat, 24 Nov 2007 11:37:34 +0000 Subject: added "issue tracker" target to toplevel Makefile.am Signed-off-by: Michael Krelin --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 638d6af..603a2b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,3 +18,10 @@ if HAVE_DOXYGEN dox: Doxyfile ${DOXYGEN} endif + +ISSUEFILES = $$(find ${top_srcdir} -type f '(' \ + -name '*.cc' -or -name '*.h' \ + ')' ) +issues: todo fixme xxx +todo fixme xxx: + @grep --color=auto -in '$@:' ${ISSUEFILES} || true -- cgit v0.9.0.2