
all:: doxygen.out

doxygen.out::
        #  todo: only call doxygen when an input file has changed...?
	doxygen doxygen.conf

pub: doxygen.out
	CVSROOT=cvs.w3.org:/w3ccvs ../make/publish doxygen.out/html WWW/2001/06/blindfold/api "latest output from documentation generator"
	echo 'Be sure to check http://www.w3.org/2001/06/blindfold/api/*,access*'
	echo 'And try out:'
	echo '     http://www.w3.org/2001/06/blindfold/api/index.html'

nsopen: doxygen.out
	netscape -remote "openFile(`pwd`/doxygen.out/html/index.html)"

clean::
	rm -rf doxygen.out
