Commit e2d9e26a authored by Victor Stinner's avatar Victor Stinner

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

parent 9e5cdcc2
......@@ -853,8 +853,8 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \
plat-mac/lib-scriptpackages/Terminal
PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages
LIBSUBDIRS= lib-tk lib-tk/test lib-tk/test/test_tkinter \
lib-tk/test/test_ttk site-packages test test/data \
test/decimaltestdata test/xmltestdata \
lib-tk/test/test_ttk site-packages test test/data \
test/cjkencodings test/decimaltestdata test/xmltestdata \
test/tracedmodules \
encodings compiler hotshot \
email email/mime email/test email/test/data \
......
......@@ -1022,6 +1022,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=='xmltestdata':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment