Commit b766c80b authored by Victor Stinner's avatar Victor Stinner

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

parent afe263e6
......@@ -841,7 +841,7 @@ 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 \
test/cjkencodings test/decimaltestdata \
test/tracedmodules \
encodings \
email email/mime email/test email/test/data \
......
......@@ -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':
......
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