Removed unnecessary makedoc.sh script - documentation can now be built using "make doc"

release/4.3a0
Alex Cunningham 2012-07-16 14:56:10 +00:00
parent 8580d3dec5
commit ebcdf0f19f
1 changed files with 0 additions and 13 deletions

View File

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