Skip to content

Commit

Permalink
[SCons/Doc] Fix installation of Doxygen docs
Browse files Browse the repository at this point in the history
Fixes regression introduced in b84d3e3, where the organization of files in the built
documentation changed.

Fixes #553
  • Loading branch information
speth committed Aug 24, 2018
1 parent fefc008 commit 8f2468d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ if localenv['doxygen_docs']:
mglob(env, '#src/cantera/*', 'h', 'cpp'))

env.Alias('doxygen', docs)
install('$inst_docdir/doxygen/html',
mglob(localenv, '#/build/docs/doxygen/html', 'html', 'svg', 'css', 'png'))
install(localenv.RecursiveInstall, '$inst_docdir/doxygen/html',
'#/build/docs/doxygen/html', exclude=['\\.map', '\\.md5'])

if localenv['sphinx_docs']:
localenv['SPHINXBUILD'] = Dir('#build/docs/sphinx')
Expand Down

0 comments on commit 8f2468d

Please sign in to comment.