Files
cantera/doc/SConscript
2012-03-05 20:45:20 +00:00

12 lines
317 B
Python

from buildutils import *
Import('env', 'build', 'install')
localenv = env.Clone()
build(localenv.Command('#build/docs/html/index.html',
'doxygen/Doxyfile', 'doxygen $SOURCE'))
install(pjoin('$inst_docdir', 'html'),
mglob(localenv, '#/build/docs/html', 'html', 'svg', 'css', 'png'))