summaryrefslogtreecommitdiffstats
path: root/macosx/Tcl.pbproj
diff options
context:
space:
mode:
authordas <das@noemail.net>2002-09-10 12:42:43 (GMT)
committerdas <das@noemail.net>2002-09-10 12:42:43 (GMT)
commitdf9af0c50a6f20054460b728ed3dda5d614fc583 (patch)
treedc604e3e9f113c301e21c59f337545d75e2c3675 /macosx/Tcl.pbproj
parent774e33121e624d17dbbb9fd7a41d1021c92f5d3a (diff)
downloadtcl-df9af0c50a6f20054460b728ed3dda5d614fc583.zip
tcl-df9af0c50a6f20054460b728ed3dda5d614fc583.tar.gz
tcl-df9af0c50a6f20054460b728ed3dda5d614fc583.tar.bz2
* macosx/Tcl.pbproj/project.pbxproj: disabled building html
documentation during embedded build. FossilOrigin-Name: 5e35a3b50b221d1978a30002433884db88b51d61
Diffstat (limited to 'macosx/Tcl.pbproj')
-rw-r--r--macosx/Tcl.pbproj/project.pbxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Tcl.pbproj/project.pbxproj b/macosx/Tcl.pbproj/project.pbxproj
index 27b00de..4cede55 100644
--- a/macosx/Tcl.pbproj/project.pbxproj
+++ b/macosx/Tcl.pbproj/project.pbxproj
@@ -478,7 +478,7 @@ MacOS X Port by Jim Ingham &lt;jingham@apple.com&gt; &amp; Ian Reid, Copyright Â
);
runOnlyForDeploymentPostprocessing = 1;
shellPath = /bin/sh;
- shellScript = "# build html documentation\nif [ \"${BUILD_STYLE}\" = \"Deployment\" ]; then\n cd \"${TEMP_DIR}/..\"\n gnumake html DISTDIR=\"${INSTALL_ROOT}${LIBDIR}/Resources/English.lproj/Documentation/Reference\"\n cd \"${INSTALL_ROOT}${LIBDIR}/Resources/English.lproj/Documentation/Reference\"\n ln -fs contents.htm html/index.html\n rm -f \"${PRODUCT_NAME}\"; ln -fs html \"${PRODUCT_NAME}\"\nfi";
+ shellScript = "if [ `echo \"${DYLIB_INSTALL_PATH:-}\" | grep -c \"@executable_path\"` -eq 0 ]; then\n# build html documentation\nif [ \"${BUILD_STYLE}\" = \"Deployment\" ]; then\n cd \"${TEMP_DIR}/..\"\n gnumake html DISTDIR=\"${INSTALL_ROOT}${LIBDIR}/Resources/English.lproj/Documentation/Reference\"\n cd \"${INSTALL_ROOT}${LIBDIR}/Resources/English.lproj/Documentation/Reference\"\n ln -fs contents.htm html/index.html\n rm -f \"${PRODUCT_NAME}\"; ln -fs html \"${PRODUCT_NAME}\"\nfi\nfi";
};
F5A1836F018242A501DC9062 = {
isa = PBXFileReference;