mv Mac/OSX/BuildScript one level up

This commit is contained in:
Ronald Oussoren 2006-06-07 18:58:42 +00:00
parent c629be8a1e
commit 0e5b70d417
9 changed files with 1261 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