summaryrefslogtreecommitdiffstats
path: root/macosx/Tcl.pbproj
diff options
context:
space:
mode:
authordas <das>2002-09-10 12:42:43 (GMT)
committerdas <das>2002-09-10 12:42:43 (GMT)
commit3f2f3d4bb643739afbf9c8aeb17ab7b2deccb4d7 (patch)
treedc604e3e9f113c301e21c59f337545d75e2c3675 /macosx/Tcl.pbproj
parentda6130923a43f8b2a4d9bfb93e79b0960130525a (diff)
downloadtcl-3f2f3d4bb643739afbf9c8aeb17ab7b2deccb4d7.zip
tcl-3f2f3d4bb643739afbf9c8aeb17ab7b2deccb4d7.tar.gz
tcl-3f2f3d4bb643739afbf9c8aeb17ab7b2deccb4d7.tar.bz2
* macosx/Tcl.pbproj/project.pbxproj: disabled building html
documentation during embedded build.
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;