source:
trunk/essentials/dev-lang/python/Mac/BuildScript/scripts/postflight.documentation@
3437
| Last change on this file since 3437 was 3225, checked in by , 19 years ago | |
|---|---|
| File size: 339 bytes | |
| Line | |
|---|---|
| 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 |
Note:
See TracBrowser
for help on using the repository browser.
