(Merge 3.2) Issue #12057: Add cjkencodings directory to the Makefile and

Tools/msi/msi.py
This commit is contained in:
Victor Stinner 2011-05-25 01:16:49 +02:00
commit c520a1856f
2 changed files with 4 additions and 2 deletions

View File

@ -908,8 +908,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/decimaltestdata test/xmltestdata test/subprocessdata \
tkinter/test/test_ttk site-packages test \
test/cjkencodings test/decimaltestdata test/xmltestdata test/subprocessdata \
test/tracedmodules test/encoded_modules \
collections concurrent concurrent/futures encodings \
email email/mime email/test email/test/data \

View File

@ -1031,6 +1031,8 @@ def add_files(db):
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':