diff options
author | das <das> | 2002-09-10 12:42:43 (GMT) |
---|---|---|
committer | das <das> | 2002-09-10 12:42:43 (GMT) |
commit | 3f2f3d4bb643739afbf9c8aeb17ab7b2deccb4d7 (patch) | |
tree | dc604e3e9f113c301e21c59f337545d75e2c3675 /macosx | |
parent | da6130923a43f8b2a4d9bfb93e79b0960130525a (diff) | |
download | tcl-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')
-rw-r--r-- | macosx/Tcl.pbproj/project.pbxproj | 2 |
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 <jingham@apple.com> & 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; |