From 41dd34e83b01de1b06eb884b9d1d857287584e47 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 8 Jan 2017 15:14:48 +0100 Subject: [PATCH] wscript: add a target to doxygen rule --- wscript | 1 + 1 file changed, 1 insertion(+) 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/**'), -- 2.11.0