From: Paul Brossier Date: Mon, 30 Sep 2013 14:49:13 +0000 (-0500) Subject: wscript: add note about doxygen X-Git-Tag: 0.4.0-beta1~110^2~28 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=50d56ccb6a096c0382515935e8ea38a5a6792331;p=aubio.git wscript: add note about doxygen --- diff --git a/wscript b/wscript index 71948efd..7b6badf5 100644 --- a/wscript +++ b/wscript @@ -204,6 +204,11 @@ def build(bld): ) bld( source = bld.path.ant_glob('doc/*.sgml') ) + """ + bld(rule = 'doxygen ${SRC}', source = 'web.cfg') #, target = 'doc/web/index.html') + """ + + def shutdown(bld): from waflib import Options, Logs if Options.platform == 'ios':