Merged revisions 79056 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79056 | benjamin.peterson | 2010-03-18 16:32:38 -0500 (Thu, 18 Mar 2010) | 1 line
install tkinter and ttk tests
........
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 19a399a..4787825 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -835,7 +835,8 @@
EXTRAPLATDIR= @EXTRAPLATDIR@
MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR)
XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax
-LIBSUBDIRS= tkinter site-packages test test/output test/data \
+LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
+ tkinter/test/test_ttk site-packages test test/data \
test/decimaltestdata test/xmltestdata \
encodings \
email email/mime email/test email/test/data \