From: Paul Brossier Date: Sun, 8 Jan 2017 14:14:48 +0000 (+0100) Subject: wscript: add a target to doxygen rule X-Git-Tag: 0.4.4~10 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=41dd34e83b01de1b06eb884b9d1d857287584e47;p=aubio.git wscript: add a target to doxygen rule --- diff --git a/wscript b/wscript index bc7cdf59..f8e9cc09 100644 --- a/wscript +++ b/wscript @@ -431,6 +431,7 @@ def doxygen(bld): if bld.env['DOXYGEN']: bld( name = 'doxygen', rule = 'doxygen ${SRC} > /dev/null', source = 'doc/web.cfg', + target = '../doc/web/html/index.html', cwd = 'doc') bld.install_files( '${DATAROOTDIR}' + '/doc/libaubio-doc', bld.path.ant_glob('doc/web/html/**'),