shithub: aubio

Download patch

ref: 41dd34e83b01de1b06eb884b9d1d857287584e47
parent: d8380d25fdc53a236e5a2024397f0b11c1098f5d
author: Paul Brossier <piem@piem.org>
date: Sun Jan 8 10:14:48 EST 2017

wscript: add a target to doxygen rule

--- a/wscript
+++ b/wscript
@@ -431,6 +431,7 @@
     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/**'),