Commit 03aa4b6b authored by Ronald Oussoren's avatar Ronald Oussoren

Backport of r52227.

parent 73b0388e
#!/bin/sh #!/bin/sh
# FIXME
PYVER="@PYVER@" PYVER="@PYVER@"
if [ -d /Developer/Documentation ]; then if [ -d /Developer/Documentation ]; then
...@@ -8,5 +7,5 @@ if [ -d /Developer/Documentation ]; then ...@@ -8,5 +7,5 @@ if [ -d /Developer/Documentation ]; then
mkdir -p /Developer/Documentation/Python mkdir -p /Developer/Documentation/Python
fi fi
ln -fhs /Library/Frameworks/Python.framework/Versions/${PYVER}/Resources/English.lproj/Documentation "/Developer/Documentation/Python/Reference Documentation" ln -fhs /Library/Frameworks/Python.framework/Versions/${PYVER}/Resources/English.lproj/Documentation "/Developer/Documentation/Python/Reference Documentation @PYVER@"
fi fi
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment