source: trunk/essentials/dev-lang/python/Mac/BuildScript/scripts/postflight.documentation@ 3437

Last change on this file since 3437 was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 339 bytes
Line 
1#!/bin/sh
2
3# FIXME
4PYVER="@PYVER@"
5
6if [ -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"
12fi
Note: See TracBrowser for help on using the repository browser.