[SCons] Express dependencies for rebuilding Doxygen documentation
This commit is contained in:
parent
85abe2e008
commit
71cabc86ef
1 changed files with 5 additions and 0 deletions
|
|
@ -94,6 +94,11 @@ if localenv['doxygen_docs']:
|
|||
|
||||
docs = build(localenv.Command('#build/docs/doxygen/html/index.html',
|
||||
'doxygen/Doxyfile', 'doxygen $SOURCE'))
|
||||
env.Depends(docs, env.Glob('#doc/doxygen/*') +
|
||||
mglob(env, '#include/cantera', 'h') +
|
||||
mglob(env, '#include/cantera/*', 'h') +
|
||||
mglob(env, '#src/cantera/*', 'h', 'cpp'))
|
||||
|
||||
env.Alias('doxygen', docs)
|
||||
install(pjoin('$inst_docdir', 'doxygen/html'),
|
||||
mglob(localenv, '#/build/docs/doxygen/html', 'html', 'svg', 'css', 'png'))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue