From b0ab6ef84ecb8153d792ce649c27d9e74ad965da Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 17 Dec 2013 11:06:38 -0500 Subject: [PATCH] wscript: doxygen has no target for now --- wscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'), -- 2.11.0