[Zope3-checkins] CVS: Zope3 - Makefile:1.5
Guido van Rossum
guido@python.org
Sun, 8 Dec 2002 16:57:25 -0500
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv6119
Modified Files:
Makefile
Log Message:
Add TAGS entry. (I'd add a tags entry as well, but I can't get it to
work.)
=== Zope3/Makefile 1.4 => 1.5 ===
--- Zope3/Makefile:1.4 Sun Dec 8 15:26:44 2002
+++ Zope3/Makefile Sun Dec 8 16:57:25 2002
@@ -12,3 +12,7 @@
clean:
./stupid_clean
+ rm -f TAGS
+
+TAGS:
+ etags `find . -name \*.py -print`