File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -840,8 +840,8 @@ EXTRAPLATDIR= @EXTRAPLATDIR@
840840MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR)
841841XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax
842842LIBSUBDIRS= 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 \
Original file line number Diff line number Diff 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' :
You can’t perform that action at this time.
0 commit comments