added comment -- I always have to run twice to build docs because the doxyfile gets updated and causes scons to get confused. I do not know how to fix this, but I simply run 'scons doc/doxyfile' first.

This commit is contained in:
Christopher Dunn 2007-06-14 22:03:11 +00:00
parent e1f8a4799a
commit de10f45285

View File

@ -20,3 +20,7 @@ if 'doxygen' in env['TOOLS']:
TARGZ_BASEDIR = doc_topdir )
env.Depends( zip_doc_cmd, alias_doc_cmd )
env.Alias( 'doc-dist', zip_doc_cmd )
# When doxyfile gets updated, I get errors on the first pass.
# I have to run scons twice. Something is wrong with the dependencies
# here, but I avoid it by running "scons doc/doxyfile" first.