wscript: doxygen has no target for now
authorPaul Brossier <piem@piem.org>
Tue, 17 Dec 2013 16:06:38 +0000 (11:06 -0500)
committerPaul Brossier <piem@piem.org>
Tue, 17 Dec 2013 16:06:38 +0000 (11:06 -0500)
wscript

diff --git a/wscript b/wscript
index d85b8f0..07d3d54 100644 (file)
--- a/wscript
+++ b/wscript
@@ -286,8 +286,7 @@ def build(bld):
     if bld.env['DOXYGEN']:
         bld( name = 'doxygen', rule = 'doxygen ${SRC} > /dev/null',
                 source = 'doc/web.cfg',
-                cwd = 'doc',
-                target = 'doc/web/html/index.html')
+                cwd = 'doc')
         bld.install_files( '${PREFIX}' + '/share/doc/libaubio-doc',
                 bld.path.ant_glob('doc/web/html/**'),
                 cwd = bld.path.find_dir ('doc/web'),