round(0, "ermintrude") succeeded instead of producing a TypeError. Fix this.
[python.git] / Mac / BuildScript / scripts / postflight.documentation
blob9f5918ed78d089bddd3e6f32f52ea45d44ff9766
1 #!/bin/sh
3 PYVER="@PYVER@"
5 if [ -d /Developer/Documentation ]; then
6 if [ ! -d /Developer/Documentation/Python ]; then
7 mkdir -p /Developer/Documentation/Python
8 fi
10 ln -fhs /Library/Frameworks/Python.framework/Versions/${PYVER}/Resources/English.lproj/Documentation "/Developer/Documentation/Python/Reference Documentation @PYVER@"