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