commit | 46f8264b8e976ca0a39485c8405acddc8aa8af7a | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Wed May 25 01:13:59 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Wed May 25 01:13:59 2011 +0200 |
tree | a96cc1ac9fcd7b9c47f8e8eefe54f599a7cd15d1 | |
parent | 8fdfc20fc43d7dbfa1770911bd8a183de4f225c5 [diff] [blame] |
Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py
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 @@ 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':