From b7c4a4fc3bcfea879d5fc9265cb219f834a9a1e8 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Thu, 3 Jan 2013 15:26:29 -0800 Subject: Teach Xcode how to pass arguments to build_documentation.sh --- fish.xcodeproj/project.pbxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fish.xcodeproj') diff --git a/fish.xcodeproj/project.pbxproj b/fish.xcodeproj/project.pbxproj index e8d4e366..2590a905 100644 --- a/fish.xcodeproj/project.pbxproj +++ b/fish.xcodeproj/project.pbxproj @@ -1030,7 +1030,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = ". \"${SRCROOT}/build_tools/build_documentation.sh\"\n"; + shellScript = "cd \"${SRCROOT}\" ;\n. \"./build_tools/build_documentation.sh\" \"./Doxyfile.help\" \"./doc_src\" \"$BUILT_PRODUCTS_DIR\"\n"; }; /* End PBXShellScriptBuildPhase section */ -- cgit v1.2.3