Ronald Oussoren | 0e5b70d | 2006-06-07 18:58:42 +0000 | [diff] [blame] | 1 | #!/bin/sh |
| 2 | |
Ronald Oussoren | 0e5b70d | 2006-06-07 18:58:42 +0000 | [diff] [blame] | 3 | PYVER="@PYVER@" |
| 4 | |
| 5 | if [ -d /Developer/Documentation ]; then |
| 6 | if [ ! -d /Developer/Documentation/Python ]; then |
| 7 | mkdir -p /Developer/Documentation/Python |
| 8 | fi |
| 9 | |
Ronald Oussoren | 5b5d110 | 2006-10-08 17:37:58 +0000 | [diff] [blame] | 10 | ln -fhs /Library/Frameworks/Python.framework/Versions/${PYVER}/Resources/English.lproj/Documentation "/Developer/Documentation/Python/Reference Documentation @PYVER@" |
Ronald Oussoren | 0e5b70d | 2006-06-07 18:58:42 +0000 | [diff] [blame] | 11 | fi |