mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py
This commit is contained in:
parent
8fdfc20fc4
commit
46f8264b8e
2 changed files with 4 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue