9f5918ed78d089bddd3e6f32f52ea45d44ff9766
[profile/ivi/python.git] / Mac / BuildScript / scripts / postflight.documentation
1 #!/bin/sh
2
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
10         ln -fhs /Library/Frameworks/Python.framework/Versions/${PYVER}/Resources/English.lproj/Documentation "/Developer/Documentation/Python/Reference Documentation @PYVER@"
11 fi