diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-24 23:19:57 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-24 23:19:57 (GMT) |
commit | e2d9e26a105c24367e9fa3dcfaeaa97d8261c5ef (patch) | |
tree | bdb50a3d37d5211acc9db13bae58ca08fda5244c /Makefile.pre.in | |
parent | 9e5cdcc243b2f1830c8fb55efea10c5bb1ab186b (diff) | |
download | cpython-e2d9e26a105c24367e9fa3dcfaeaa97d8261c5ef.zip cpython-e2d9e26a105c24367e9fa3dcfaeaa97d8261c5ef.tar.gz cpython-e2d9e26a105c24367e9fa3dcfaeaa97d8261c5ef.tar.bz2 |
Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 41745f5..fbd54c7 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 \ |