An improved script for building the binary distribution on MacOSX.

This commit is contained in:
Ronald Oussoren 2006-05-23 15:09:57 +00:00
parent 3e134a5960
commit 69c347655d
9 changed files with 1246 additions and 0 deletions

View file

@ -0,0 +1,12 @@
#!/bin/sh
# FIXME
PYVER="@PYVER@"
if [ -d /Developer/Documentation ]; then
if [ ! -d /Developer/Documentation/Python ]; then
mkdir -p /Developer/Documentation/Python
fi
ln -fhs /Library/Frameworks/Python.framework/Versions/${PYVER}/Resources/English.lproj/Documentation "/Developer/Documentation/Python/Reference Documentation"
fi