From: Paul Brossier Date: Tue, 17 Dec 2013 16:06:38 +0000 (-0500) Subject: wscript: doxygen has no target for now X-Git-Tag: 0.4.0~13 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=b0ab6ef84ecb8153d792ce649c27d9e74ad965da;p=aubio.git wscript: doxygen has no target for now --- diff --git a/wscript b/wscript index d85b8f04..07d3d54c 100644 --- 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'),