Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py

This commit is contained in:
Victor Stinner 2011-05-25 01:13:59 +02:00
parent 8fdfc20fc4
commit 46f8264b8e
2 changed files with 4 additions and 2 deletions

View 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 \

View 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':