[ci skip] update generated files
[scons.git] / bin / makedocs
blob1c18453abc252ae097c6610c18bd31e5372e038f
1 #! /bin/sh
3 # This script uses HappyDoc to create the HTML class documentation for
4 # SCons. It must be run from the src/engine directory.
6 base=`basename $PWD`
7 if [ "$base" != "engine" ]; then
8 echo "You must run this script from the engine directory."
9 exit
12 DEVDIR=../doc/developer
13 if [ ! -d $DEVDIR ]; then
14 mkdir $DEVDIR
17 SRCFILE=../../bin/files
18 happydoc -d $DEVDIR `cat $SRCFILE`