blob: 85d400fe123f4f61c44ce4dcc3ee82157051e3c5 [file] [log] [blame]
Thomas Wouters477c8d52006-05-27 19:21:47 +00001#!/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