shithub: aubio

Download patch

ref: b0ab6ef84ecb8153d792ce649c27d9e74ad965da
parent: 52a25e54132e10035ce513a332dca942135d14a7
author: Paul Brossier <[email protected]>
date: Tue Dec 17 06:06:38 EST 2013

wscript: doxygen has no target for now

--- a/wscript
+++ b/wscript
@@ -286,8 +286,7 @@
     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'),