From e03ca1383fde65eeb29ab2f3acd8f6e56d336e42 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Wed, 17 Sep 2003 17:56:42 +0000 Subject: another check... git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@6781 67ed7778-7388-44ab-90cf-0a291f65f57c --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5d111c5b9..366b2e6d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,9 +23,11 @@ doc_DATA = AUTHORS COPYING README CHANGES NEWS .PHONY: source-code-check source-code-check: - @echo "Finding // comments" + @echo "######## Finding // comments" find . -type f -name '*.[ch]' -exec egrep -H '(^//|[^:]//)' {} \; - @echo "Finding explicit libintl.h references" + @echo "######## Finding remainders of Arnaud's comment replacement" + find . -type f -name '*.[ch]' -exec egrep -H 'http:/\*' {} \; + @echo "######## Finding explicit libintl.h references" find . -type f -name '*.[ch]' -exec egrep -H '^#.*include.*libintl\.h' {} \; ######################################################################## -- cgit v1.2.1