Skip to content

Commit de10f45

Browse files
committed
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.
1 parent e1f8a47 commit de10f45

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

doc/sconscript

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ if 'doxygen' in env['TOOLS']:
2020
TARGZ_BASEDIR = doc_topdir )
2121
env.Depends( zip_doc_cmd, alias_doc_cmd )
2222
env.Alias( 'doc-dist', zip_doc_cmd )
23+
24+
# When doxyfile gets updated, I get errors on the first pass.
25+
# I have to run scons twice. Something is wrong with the dependencies
26+
# here, but I avoid it by running "scons doc/doxyfile" first.

0 commit comments

Comments
 (0)