[Zope3-checkins] CVS: Zope3 - Makefile:1.6

Guido van Rossum guido@python.org
Thu, 19 Dec 2002 14:39:43 -0500


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv19712

Modified Files:
	Makefile 
Log Message:
Get rid of unused logger.py module.

=== Zope3/Makefile 1.5 => 1.6 ===
--- Zope3/Makefile:1.5	Sun Dec  8 16:57:25 2002
+++ Zope3/Makefile	Thu Dec 19 14:39:12 2002
@@ -15,4 +15,5 @@
 	rm -f TAGS
 
 TAGS:
-	etags `find . -name \*.py -print`
+	python ~/trunk/Tools/scripts/eptags.py `find . -name \*.py`
+#	etags `find . -name \*.py -print`