wscript: add a target to doxygen rule
authorPaul Brossier <piem@piem.org>
Sun, 8 Jan 2017 14:14:48 +0000 (15:14 +0100)
committerPaul Brossier <piem@piem.org>
Sun, 8 Jan 2017 14:14:48 +0000 (15:14 +0100)
wscript

diff --git a/wscript b/wscript
index bc7cdf5..f8e9cc0 100644 (file)
--- 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/**'),