summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-05-25 01:19:57 +0200
committerVictor Stinner <victor.stinner@haypocalc.com>2011-05-25 01:19:57 +0200
commitff2a5dc681da4e166d86503c3d6e7ec00223538c (patch)
tree7a408b83e510bc4b847a3f1490f6daef5bf0117e /Tools
parentd572163c92cbe7c6cfcb97ad942507ac2478c1d9 (diff)
downloadcpython-ff2a5dc681da4e166d86503c3d6e7ec00223538c.tar.gz
Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py
Diffstat (limited to 'Tools')
-rw-r--r--Tools/msi/msi.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
index f01aa7ff46..6ddac91db7 100644
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -1022,6 +1022,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=='xmltestdata':