Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 46f8264

Browse files
author
Victor Stinner
committed
Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py
1 parent 8fdfc20 commit 46f8264

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Makefile.pre.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -840,8 +840,8 @@ EXTRAPLATDIR= @EXTRAPLATDIR@
840840
MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR)
841841
XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax
842842
LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
843-
tkinter/test/test_ttk site-packages test test/data \
844-
test/decimaltestdata \
843+
tkinter/test/test_ttk site-packages test test/data \
844+
test/cjkencodings test/decimaltestdata \
845845
test/tracedmodules \
846846
encodings \
847847
email email/mime email/test email/test/data \

Tools/msi/msi.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,8 @@ def add_files(db):
10211021
lib.add_file("zipdir.zip")
10221022
if dir=='tests' and parent.physical=='distutils':
10231023
lib.add_file("Setup.sample")
1024+
if dir=='cjkencodings':
1025+
lib.glob("*.txt")
10241026
if dir=='decimaltestdata':
10251027
lib.glob("*.decTest")
10261028
if dir=='output':

0 commit comments

Comments
 (0)