Teach Xcode how to pass arguments to build_documentation.sh

This commit is contained in:
ridiculousfish
2013-01-03 15:26:29 -08:00
parent 9f33050a32
commit b7c4a4fc3b
2 changed files with 4 additions and 4 deletions

View File

@@ -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 */