From: Jack Jansen Date: Thu, 29 Aug 2002 20:20:24 +0000 (+0000) Subject: Don't copy the documentation when using Python.app as an applet template. X-Git-Tag: v2.3c1~4257 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=afb76320abd7d79844101d130a0421231c7de7f3;p=thirdparty%2FPython%2Fcpython.git Don't copy the documentation when using Python.app as an applet template. --- diff --git a/Mac/Lib/buildtools.py b/Mac/Lib/buildtools.py index a5e641dd8dc1..a02c609901ba 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)