diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-24 23:16:49 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-24 23:16:49 (GMT) |
commit | c520a1856fac2efbddc4379e4d9e8355f454e69c (patch) | |
tree | 561efd644c3d10dc8ee142c730c8e7823de1af0c /Tools | |
parent | f1a1af21eb024d32261ffcd1b32ca287da543a5a (diff) | |
parent | 5b3265906f4eeca96a782bb9a90ca532c1c6cb27 (diff) | |
download | cpython-c520a1856fac2efbddc4379e4d9e8355f454e69c.zip cpython-c520a1856fac2efbddc4379e4d9e8355f454e69c.tar.gz cpython-c520a1856fac2efbddc4379e4d9e8355f454e69c.tar.bz2 |
(Merge 3.2) Issue #12057: Add cjkencodings directory to the Makefile and
Tools/msi/msi.py
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/msi/msi.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index 53e652d..5db62cd 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -1031,6 +1031,8 @@ def add_files(db): lib.glob("*.0") 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=='xmltestdata': |