summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/scripts/postflight.documentation
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-01-29 08:07:46 (GMT)
committerNed Deily <nad@acm.org>2013-01-29 08:07:46 (GMT)
commite1c9794957f7ba42a2470a1965dd8e2f4252dbf0 (patch)
tree7467629be9a6f0eda0347f80385b711686def45b /Mac/BuildScript/scripts/postflight.documentation
parent8d15ca3cc67e2f7a57e205cc52c55f816f2207ba (diff)
downloadcpython-e1c9794957f7ba42a2470a1965dd8e2f4252dbf0.zip
cpython-e1c9794957f7ba42a2470a1965dd8e2f4252dbf0.tar.gz
cpython-e1c9794957f7ba42a2470a1965dd8e2f4252dbf0.tar.bz2
Issue #14018: Backport OS X installer updates from 3.3.
Diffstat (limited to 'Mac/BuildScript/scripts/postflight.documentation')
-rwxr-xr-xMac/BuildScript/scripts/postflight.documentation9
1 files changed, 0 insertions, 9 deletions
diff --git a/Mac/BuildScript/scripts/postflight.documentation b/Mac/BuildScript/scripts/postflight.documentation
index 31fbf2f..c4ba616 100755
--- a/Mac/BuildScript/scripts/postflight.documentation
+++ b/Mac/BuildScript/scripts/postflight.documentation
@@ -5,19 +5,10 @@ FWK="/Library/Frameworks/Python.framework/Versions/${PYVER}"
FWK_DOCDIR_SUBPATH="Resources/English.lproj/Documentation"
FWK_DOCDIR="${FWK}/${FWK_DOCDIR_SUBPATH}"
APPDIR="/Applications/Python ${PYVER}"
-DEV_DOCDIR="/Developer/Documentation"
SHARE_DIR="${FWK}/share"
SHARE_DOCDIR="${SHARE_DIR}/doc/python${PYVER}"
SHARE_DOCDIR_TO_FWK="../../.."
-# make link in /Developer/Documentation/ for Xcode users
-if [ -d "${DEV_DOCDIR}" ]; then
- if [ ! -d "${DEV_DOCDIR}/Python" ]; then
- mkdir -p "${DEV_DOCDIR}/Python"
- fi
- ln -fhs "${FWK_DOCDIR}" "${DEV_DOCDIR}/Python/Reference Documentation ${PYVER}"
-fi
-
# make link in /Applications/Python m.n/ for Finder users
if [ -d "${APPDIR}" ]; then
ln -fhs "${FWK_DOCDIR}/index.html" "${APPDIR}/Python Documentation.html"