diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-08-29 20:20:24 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-08-29 20:20:24 (GMT) |
commit | afb76320abd7d79844101d130a0421231c7de7f3 (patch) | |
tree | f4cf9dada9197899c3b0728d973fa06b82573c60 /Mac | |
parent | 35816e674508e9895679ef89c57af0504e4e4ce6 (diff) | |
download | cpython-afb76320abd7d79844101d130a0421231c7de7f3.zip cpython-afb76320abd7d79844101d130a0421231c7de7f3.tar.gz cpython-afb76320abd7d79844101d130a0421231c7de7f3.tar.bz2 |
Don't copy the documentation when using Python.app as an applet template.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Lib/buildtools.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Lib/buildtools.py b/Mac/Lib/buildtools.py index a5e641d..a02c609 100644 --- a/Mac/Lib/buildtools.py +++ b/Mac/Lib/buildtools.py @@ -295,6 +295,7 @@ def process_common_macho(template, progress, code, rsrcname, destname, is_update if not is_update: exceptlist = ["Contents/Info.plist", "Contents/Resources/English.lproj/InfoPlist.strings", + "Contents/Resources/English.lproj/Documentation", "Contents/Resources/python.rsrc", ] copyapptree(template, destname, exceptlist, progress) |