diff --git a/makedoc.sh b/makedoc.sh deleted file mode 100755 index 8de348fa5..000000000 --- a/makedoc.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -# Add to PATH the default install path for doxygen on Mac OS X - -PATH=$PATH:/Applications/Doxygen.app/Contents/Resources - - -# Run doxygen from the gtsam directory even if this script is run from another -# directory, so that the output 'doc' goes in the gtsam directory. - -GTSAM_DIR=$(dirname "$0") -cd $GTSAM_DIR/doc -doxygen \ No newline at end of file