author | Peter Fordham <peter.fordham@gmail.com> |
Mon, 31 May 2010 16:05:54 -0700 | |
branch | CompilerCompatibility |
changeset 76 | 8e8bf3dcfd6b |
parent 1 | 2fb8b9db1c86 |
permissions | -rw-r--r-- |
#!/bin/sh PYVER="@PYVER@" if [ -d /Developer/Documentation ]; then if [ ! -d /Developer/Documentation/Python ]; then mkdir -p /Developer/Documentation/Python fi ln -fhs /Library/Frameworks/Python.framework/Versions/${PYVER}/Resources/English.lproj/Documentation "/Developer/Documentation/Python/Reference Documentation @PYVER@" fi