Make the Makefile use the new build_documentation.sh script (gulp)

This commit is contained in:
ridiculousfish
2012-12-27 20:33:13 -08:00
parent 705793eae6
commit 1bbac9e5ce
2 changed files with 3 additions and 18 deletions

View File

@@ -84,7 +84,7 @@ fi
# Destroy TMPLOC
echo "Cleaning up '$TMPLOC'"
#rm -Rf "$TMPLOC"
rm -Rf "$TMPLOC"
if test $RESULT == 0; then
# Tell the user what we did