From 46f8264b8e976ca0a39485c8405acddc8aa8af7a Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 25 May 2011 01:13:59 +0200 Subject: Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py --- Makefile.pre.in | 4 ++-- Tools/msi/msi.py | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index c2fc69a..270dfb4 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -840,8 +840,8 @@ EXTRAPLATDIR= @EXTRAPLATDIR@ MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR) XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ - tkinter/test/test_ttk site-packages test test/data \ - test/decimaltestdata \ + tkinter/test/test_ttk site-packages test test/data \ + test/cjkencodings test/decimaltestdata \ test/tracedmodules \ encodings \ email email/mime email/test email/test/data \ 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': -- cgit v0.12