aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish.xcodeproj
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-01-03 15:26:29 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-01-03 15:26:29 -0800
commitb7c4a4fc3bcfea879d5fc9265cb219f834a9a1e8 (patch)
treefa9686dde62cad0f80ebbe0382849b029db309e2 /fish.xcodeproj
parent9f33050a32cda5f1958ba74981a2d802969d7ffb (diff)
Teach Xcode how to pass arguments to build_documentation.sh
Diffstat (limited to 'fish.xcodeproj')
-rw-r--r--fish.xcodeproj/project.pbxproj2
1 files changed, 1 insertions, 1 deletions
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 */