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

@ -32,9 +32,9 @@ DOXYFILE=`resolve_path "$DOXYFILE"`
INPUTDIR=`resolve_path "$INPUTDIR"`
OUTPUTDIR=`resolve_path "$OUTPUTDIR"`
echo "\t doxygen file: $DOXYFILE"
echo "\t input directory: $INPUTDIR"
echo "\toutput directory: $OUTPUTDIR"
echo " doxygen file: $DOXYFILE"
echo " input directory: $INPUTDIR"
echo " output directory: $OUTPUTDIR"
# Make sure INPUTDIR is found
if test ! -d "$INPUTDIR"; then

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