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

georg.brandl python-checkins at python.org
Sat May 17 21:06:20 CEST 2008


Author: georg.brandl
Date: Sat May 17 21:06:20 2008
New Revision: 63421

Log:
Add "tkinter" to the list of directories to install.


Modified:
   python/trunk/Makefile.pre.in

Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in	(original)
+++ python/trunk/Makefile.pre.in	Sat May 17 21:06:20 2008
@@ -805,7 +805,7 @@
 	plat-mac/lib-scriptpackages/SystemEvents \
 	plat-mac/lib-scriptpackages/Terminal 
 PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages
-LIBSUBDIRS=	lib-tk site-packages test test/output test/data \
+LIBSUBDIRS=	lib-tk tkinter site-packages test test/output test/data \
 		test/decimaltestdata \
 		encodings compiler hotshot \
 		email email/mime email/test email/test/data \


More information about the Python-checkins mailing list