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

This commit is contained in:
Victor Stinner 2011-05-25 01:19:57 +02:00
parent 9e5cdcc243
commit e2d9e26a10
2 changed files with 4 additions and 2 deletions

View File

@ -853,8 +853,8 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \
plat-mac/lib-scriptpackages/Terminal plat-mac/lib-scriptpackages/Terminal
PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages
LIBSUBDIRS= lib-tk lib-tk/test lib-tk/test/test_tkinter \ LIBSUBDIRS= lib-tk lib-tk/test lib-tk/test/test_tkinter \
lib-tk/test/test_ttk site-packages test test/data \ lib-tk/test/test_ttk site-packages test test/data \
test/decimaltestdata test/xmltestdata \ test/cjkencodings test/decimaltestdata test/xmltestdata \
test/tracedmodules \ test/tracedmodules \
encodings compiler hotshot \ encodings compiler hotshot \
email email/mime email/test email/test/data \ email email/mime email/test email/test/data \

View File

@ -1022,6 +1022,8 @@ def add_files(db):
lib.add_file("zipdir.zip") lib.add_file("zipdir.zip")
if dir=='tests' and parent.physical=='distutils': if dir=='tests' and parent.physical=='distutils':
lib.add_file("Setup.sample") lib.add_file("Setup.sample")
if dir=='cjkencodings':
lib.glob("*.txt")
if dir=='decimaltestdata': if dir=='decimaltestdata':
lib.glob("*.decTest") lib.glob("*.decTest")
if dir=='xmltestdata': if dir=='xmltestdata':