Commit 5b326590 authored by Victor Stinner's avatar Victor Stinner

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

Tools/msi/msi.py
parents 8ed8416c 46f8264b
...@@ -909,8 +909,8 @@ EXTRAPLATDIR= @EXTRAPLATDIR@ ...@@ -909,8 +909,8 @@ EXTRAPLATDIR= @EXTRAPLATDIR@
MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR) MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR)
XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax
LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
tkinter/test/test_ttk site-packages test \ tkinter/test/test_ttk site-packages test \
test/decimaltestdata test/xmltestdata test/subprocessdata \ test/cjkencodings test/decimaltestdata test/xmltestdata test/subprocessdata \
test/tracedmodules test/encoded_modules \ test/tracedmodules test/encoded_modules \
concurrent concurrent/futures encodings \ concurrent concurrent/futures encodings \
email email/mime email/test email/test/data \ email email/mime email/test email/test/data \
......
...@@ -1031,6 +1031,8 @@ def add_files(db): ...@@ -1031,6 +1031,8 @@ def add_files(db):
lib.glob("*.0") lib.glob("*.0")
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':
......
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