3 # This script uses HappyDoc to create the HTML class documentation for
4 # SCons. It must be run from the src/engine directory.
7 if [ "$base" != "engine" ]; then
8 echo "You must run this script from the engine directory."
12 DEVDIR
=..
/doc
/developer
13 if [ ! -d $DEVDIR ]; then
17 SRCFILE
=..
/..
/bin
/files
18 happydoc
-d $DEVDIR `cat $SRCFILE`