summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/scripts/postflight.documentation
blob: 9e38ceb1eddaf3f4e6e3f110e5ef69df0258bb9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

# FIXME
PYVER="@PYVER@"

if [ -d /Developer/Documentation ]; then
	if [ ! -d /Developer/Documentation/Python ]; then
		mkdir -p /Developer/Documentation/Python
	fi

	ln -fhs /Library/Frameworks/Python.framework/Versions/${PYVER}/Resources/English.lproj/Documentation "/Developer/Documentation/Python/Reference Documentation @PYVER@"
fi