ref: 50d56ccb6a096c0382515935e8ea38a5a6792331
parent: 845c4354cde7bc7ca3b5255a9281ff0b5117d013
author: Paul Brossier <piem@piem.org>
date: Mon Sep 30 05:49:13 EDT 2013
wscript: add note about doxygen
--- a/wscript
+++ b/wscript
@@ -204,6 +204,11 @@
)
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':