From: Jack Jansen Date: Thu, 15 Jul 2004 21:32:45 +0000 (+0000) Subject: Imported fixversions.py and the note referring to it from 2.4. X-Git-Tag: v2.3.5c1~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2be0fdbf913365845219c7b0b3d29df90fe0d5d3;p=thirdparty%2FPython%2Fcpython.git Imported fixversions.py and the note referring to it from 2.4. --- diff --git a/Mac/OSX/README b/Mac/OSX/README index 1656e617bc26..d61891598199 100644 --- a/Mac/OSX/README +++ b/Mac/OSX/README @@ -119,6 +119,10 @@ non-GUI and GUI python scripts from the command line, respectively. 6. How do I create a binary distribution? ----------------------------------------- +First go to Mac/OSX and run "python fixversions.py -a" with the Python +you are going to distribute. This will fix the version numbers and copyright +strings in the various Info.plist files. + Go to the Mac/OSX/Dist directory. There you find a script "build" that does all the work: it configures and builds a framework Python, installs it, creates the installer package file and packs this in a DMG image. @@ -156,4 +160,4 @@ macresource module and the Mac/OSX/Makefile cater for this, and create ".rsrc.df.rsrc" files on the fly that are normal datafork-based resource files. - Jack Jansen, Jack.Jansen@cwi.nl, 20-Jun-2003. \ No newline at end of file + Jack Jansen, Jack.Jansen@cwi.nl, 15-Jul-2004. \ No newline at end of file