mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 10:03:51 +01:00
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:
parent
e1f8a4799a
commit
de10f45285
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user