Thomas Wouters | 477c8d5 | 2006-05-27 19:21:47 +0000 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
3 | # FIXME | ||||
4 | PYVER="@PYVER@" | ||||
5 | |||||
6 | if [ -d /Developer/Documentation ]; then | ||||
7 | if [ ! -d /Developer/Documentation/Python ]; then | ||||
8 | mkdir -p /Developer/Documentation/Python | ||||
9 | fi | ||||
10 | |||||
11 | ln -fhs /Library/Frameworks/Python.framework/Versions/${PYVER}/Resources/English.lproj/Documentation "/Developer/Documentation/Python/Reference Documentation" | ||||
12 | fi |