[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[minion-cvs] The xxxx target now greps for the DOCDOC tag too



Update of /home/minion/cvsroot/src/minion
In directory moria.seul.org:/tmp/cvs-serv8089

Modified Files:
	Makefile 
Log Message:
The xxxx target now greps for the DOCDOC tag too

Index: Makefile
===================================================================
RCS file: /home/minion/cvsroot/src/minion/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile	21 Nov 2002 19:56:26 -0000	1.10
+++ Makefile	2 Dec 2002 02:51:41 -0000	1.11
@@ -80,7 +80,7 @@
 
 xxxx:
 	find lib src \( -name '*.py' -or -name '*.[ch]' \) -print0 \
-	   | xargs -0 grep 'XXXX\|FFFF|\?\?\?\?'
+	   | xargs -0 grep 'XXXX\|FFFF\|DOCDOC\|????'
 
 #
 # Targets to make openssl get built properly.