[Python-checkins] r63494 - python/trunk/Makefile.pre.in

georg.brandl python-checkins at python.org
Tue May 20 09:52:27 CEST 2008


Author: georg.brandl
Date: Tue May 20 09:52:27 2008
New Revision: 63494

Log:
Remove directories that no longer exist.


Modified:
   python/trunk/Makefile.pre.in

Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in	(original)
+++ python/trunk/Makefile.pre.in	Tue May 20 09:52:27 2008
@@ -811,11 +811,11 @@
 	plat-mac/lib-scriptpackages/SystemEvents \
 	plat-mac/lib-scriptpackages/Terminal 
 PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages
-LIBSUBDIRS=	lib-tk tkinter site-packages test test/output test/data \
+LIBSUBDIRS=	lib-tk site-packages test test/output test/data \
 		test/decimaltestdata \
 		encodings compiler hotshot \
 		email email/mime email/test email/test/data \
-		html json json/tests \
+		json json/tests \
 		sqlite3 sqlite3/test \
 		logging bsddb bsddb/test csv wsgiref \
 		lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests \


More information about the Python-checkins mailing list