]> granicus.if.org Git - python/commitdiff
Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 24 May 2011 23:13:59 +0000 (01:13 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 24 May 2011 23:13:59 +0000 (01:13 +0200)
Makefile.pre.in
Tools/msi/msi.py

index c2fc69a7928d8fa47d297f791791917e94836542..270dfb4504f9e7e7b216de489fa6239a022b73c2 100644 (file)
@@ -840,8 +840,8 @@ EXTRAPLATDIR= @EXTRAPLATDIR@
 MACHDEPS=      $(PLATDIR) $(EXTRAPLATDIR)
 XMLLIBSUBDIRS=  xml xml/dom xml/etree xml/parsers xml/sax
 LIBSUBDIRS=    tkinter tkinter/test tkinter/test/test_tkinter \
-                tkinter/test/test_ttk site-packages test test/data \
-               test/decimaltestdata \
+               tkinter/test/test_ttk site-packages test test/data \
+               test/cjkencodings test/decimaltestdata \
                test/tracedmodules \
                encodings \
                email email/mime email/test email/test/data \
index b668c7aaec9bdceebac46a11ac9d86d8e433e211..78ff51b6045ed49c16dd83fe480204df4259fe9c 100644 (file)
@@ -1021,6 +1021,8 @@ def add_files(db):
             lib.add_file("zipdir.zip")
         if dir=='tests' and parent.physical=='distutils':
             lib.add_file("Setup.sample")
+        if dir=='cjkencodings':
+            lib.glob("*.txt")
         if dir=='decimaltestdata':
             lib.glob("*.decTest")
         if dir=='output':