]> granicus.if.org Git - python/commitdiff
Don't copy the documentation when using Python.app as an applet template.
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 29 Aug 2002 20:20:24 +0000 (20:20 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 29 Aug 2002 20:20:24 +0000 (20:20 +0000)
Mac/Lib/buildtools.py

index a5e641dd8dc1a9cd3b919eeb56e16ceaf300a059..a02c609901baea45d5e622e1f62cd5a5b08c2cdc 100644 (file)
@@ -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)