source: vendor/python/2.5/Mac/BuildScript/scripts/postflight.documentation@ 3232

Last change on this file since 3232 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.