diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-24 23:13:59 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-24 23:13:59 (GMT) |
commit | 46f8264b8e976ca0a39485c8405acddc8aa8af7a (patch) | |
tree | a96cc1ac9fcd7b9c47f8e8eefe54f599a7cd15d1 /Tools | |
parent | 8fdfc20fc43d7dbfa1770911bd8a183de4f225c5 (diff) | |
download | cpython-46f8264b8e976ca0a39485c8405acddc8aa8af7a.zip cpython-46f8264b8e976ca0a39485c8405acddc8aa8af7a.tar.gz cpython-46f8264b8e976ca0a39485c8405acddc8aa8af7a.tar.bz2 |
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 b668c7a..78ff51b 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -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': |