diff --git a/doc/sconscript b/doc/sconscript index dc29320..3e4205c 100644 --- a/doc/sconscript +++ b/doc/sconscript @@ -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.