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

neal.norwitz python-checkins at python.org
Tue May 20 07:21:57 CEST 2008


Author: neal.norwitz
Date: Tue May 20 07:21:57 2008
New Revision: 63480

Log:
Add html package so it gets installed and more tests work (from installed copy)

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 07:21:57 2008
@@ -815,7 +815,7 @@
 		test/decimaltestdata \
 		encodings compiler hotshot \
 		email email/mime email/test email/test/data \
-		json json/tests \
+		html 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