diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2006-10-08 17:37:58 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2006-10-08 17:37:58 (GMT) |
commit | 5b5d110be67f1ed30874d04fcc13926f6ef00c9a (patch) | |
tree | 0de096ccdceeea1589f1e3fe08e7746384a6ca0a /Mac | |
parent | b788346573522a96d8e64d95307b36ad2fc887f9 (diff) | |
download | cpython-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-x | Mac/BuildScript/scripts/postflight.documentation | 3 |
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 |