blob: 9f5918ed78d089bddd3e6f32f52ea45d44ff9766 [file] [log] [blame]
Thomas Wouters477c8d52006-05-27 19:21:47 +00001#!/bin/sh
2
Thomas Wouters477c8d52006-05-27 19:21:47 +00003PYVER="@PYVER@"
4
5if [ -d /Developer/Documentation ]; then
6 if [ ! -d /Developer/Documentation/Python ]; then
7 mkdir -p /Developer/Documentation/Python
8 fi
9
Thomas Wouters89f507f2006-12-13 04:49:30 +000010 ln -fhs /Library/Frameworks/Python.framework/Versions/${PYVER}/Resources/English.lproj/Documentation "/Developer/Documentation/Python/Reference Documentation @PYVER@"
Thomas Wouters477c8d52006-05-27 19:21:47 +000011fi