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

1  2 
Makefile.pre.in
Tools/msi/msi.py

diff --cc Makefile.pre.in
index db870a482922d93c67c7782550767e6df5c5edc4,270dfb4504f9e7e7b216de489fa6239a022b73c2..50ba086e29942190b728f59fb5c607400ae4292f
@@@ -909,12 -840,12 +909,12 @@@ 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/decimaltestdata test/xmltestdata test/subprocessdata \
 -              tkinter/test/test_ttk site-packages test test/data \
 -              test/cjkencodings test/decimaltestdata \
 -              test/tracedmodules \
 -              encodings \
++              tkinter/test/test_ttk site-packages test \
++              test/cjkencodings test/decimaltestdata test/xmltestdata test/subprocessdata \
 +              test/tracedmodules test/encoded_modules \
 +              concurrent concurrent/futures encodings \
                email email/mime email/test email/test/data \
 -              html json json/tests http dbm xmlrpc \
 +              html json test/json_tests http dbm xmlrpc \
                sqlite3 sqlite3/test \
                logging csv wsgiref urllib \
                lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests \
index 53e652d57fd63ff9676f3fac81eeb2d6fb9a0e99,78ff51b6045ed49c16dd83fe480204df4259fe9c..5db62cdd24691230f4c0f76b29be7061d5095008
@@@ -1024,22 -1018,15 +1024,24 @@@ def add_files(db)
              lib.glob("*.uue")
              lib.glob("*.pem")
              lib.glob("*.pck")
 +            lib.glob("cfgparser.*")
 +            lib.add_file("zip_cp437_header.zip")
              lib.add_file("zipdir.zip")
 +        if dir=='capath':
 +            lib.glob("*.0")
          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=='xmltestdata':
 +            lib.glob("*.xml")
 +            lib.add_file("test.xml.out")
          if dir=='output':
              lib.glob("test_*")
 +        if dir=='sndhdrdata':
 +            lib.glob("sndhdr.*")
          if dir=='idlelib':
              lib.glob("*.def")
              lib.add_file("idle.bat")