/Mac/BuildScript/scripts/postflight.documentation
http://unladen-swallow.googlecode.com/ · Shell · 11 lines · 7 code · 3 blank · 1 comment · 2 complexity · 37d97093410937793223391cbfd77907 MD5 · raw file
- #!/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