diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-06-19 22:45:37 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-06-19 22:45:37 +0000 |
commit | 8cf644df52f48585b97ee38e8d4b9912df826bbd (patch) | |
tree | 3e49e2e013b3973334606c55f3d2080bed3601b4 | |
parent | 7b9a386ef9bb306f39fbe55dc252c52a52001e81 (diff) | |
download | cpython-git-8cf644df52f48585b97ee38e8d4b9912df826bbd.tar.gz |
Install Demo and Tools too.
-rwxr-xr-x | Mac/OSX/Dist/build | 1 |
1 files changed, 1 insertions, 0 deletions
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 |