summaryrefslogtreecommitdiff
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
parentd572163c92cbe7c6cfcb97ad942507ac2478c1d9 (diff)
downloadcpython-ff2a5dc681da4e166d86503c3d6e7ec00223538c.tar.gz
Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py
-rw-r--r--Makefile.pre.in4
-rw-r--r--Tools/msi/msi.py2
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 41745f5864..fbd54c7ba7 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -853,8 +853,8 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \
plat-mac/lib-scriptpackages/Terminal
PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages
LIBSUBDIRS= lib-tk lib-tk/test lib-tk/test/test_tkinter \
- lib-tk/test/test_ttk site-packages test test/data \
- test/decimaltestdata test/xmltestdata \
+ lib-tk/test/test_ttk site-packages test test/data \
+ test/cjkencodings test/decimaltestdata test/xmltestdata \
test/tracedmodules \
encodings compiler hotshot \
email email/mime email/test email/test/data \
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':