From afb76320abd7d79844101d130a0421231c7de7f3 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Thu, 29 Aug 2002 20:20:24 +0000 Subject: Don't copy the documentation when using Python.app as an applet template. --- Mac/Lib/buildtools.py | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v0.12