summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2006-10-08 17:37:58 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2006-10-08 17:37:58 (GMT)
commit5b5d110be67f1ed30874d04fcc13926f6ef00c9a (patch)
tree0de096ccdceeea1589f1e3fe08e7746384a6ca0a /Mac
parentb788346573522a96d8e64d95307b36ad2fc887f9 (diff)
downloadcpython-5b5d110be67f1ed30874d04fcc13926f6ef00c9a.zip
cpython-5b5d110be67f1ed30874d04fcc13926f6ef00c9a.tar.gz
cpython-5b5d110be67f1ed30874d04fcc13926f6ef00c9a.tar.bz2
Add version number to the link to the python documentation in
/Developer/Documentation/Python, better for users that install multiple versions of python.
Diffstat (limited to 'Mac')
-rwxr-xr-xMac/BuildScript/scripts/postflight.documentation3
1 files changed, 1 insertions, 2 deletions
diff --git a/Mac/BuildScript/scripts/postflight.documentation b/Mac/BuildScript/scripts/postflight.documentation
index 85d400f..9f5918e 100755
--- a/Mac/BuildScript/scripts/postflight.documentation
+++ b/Mac/BuildScript/scripts/postflight.documentation
@@ -1,6 +1,5 @@
#!/bin/sh
-# FIXME
PYVER="@PYVER@"
if [ -d /Developer/Documentation ]; then
@@ -8,5 +7,5 @@ if [ -d /Developer/Documentation ]; then
mkdir -p /Developer/Documentation/Python
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