From: Jack Jansen Date: Thu, 19 Jun 2003 22:45:37 +0000 (+0000) Subject: Install Demo and Tools too. X-Git-Tag: v2.3c1~368 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8cf644df52f48585b97ee38e8d4b9912df826bbd;p=python Install Demo and Tools too. --- diff --git a/Mac/OSX/Dist/build b/Mac/OSX/Dist/build index 9c77e7cc69..51ea7270c0 100755 --- a/Mac/OSX/Dist/build +++ b/Mac/OSX/Dist/build @@ -89,6 +89,7 @@ fi $PYTHONSRC/configure -C --enable-framework LDFLAGS=-Wl,-x make make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstall +make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstallextras if [ "$builddocs" = "y" -o "$builddocs" = "Y" ]; then ./python.exe $PYTHONSRC/Mac/OSX/setupDocs.py build