mirror of
https://github.com/python/cpython.git
synced 2025-09-18 06:30:38 +00:00
mv Mac/OSX/BuildScript one level up
This commit is contained in:
parent
c629be8a1e
commit
0e5b70d417
9 changed files with 1261 additions and 0 deletions
12
Mac/BuildScript/scripts/postflight.documentation
Executable file
12
Mac/BuildScript/scripts/postflight.documentation
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue