Add make_doxygen to cscript.
authorCarl Hetherington <cth@carlh.net>
Wed, 24 Apr 2013 12:48:04 +0000 (13:48 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 24 Apr 2013 12:48:04 +0000 (13:48 +0100)
cscript

diff --git a/cscript b/cscript
index 459ddc3aac41fd3f764164a1f1089d8e33dd9b02..9f50e68948948703afa4edeed5d7a11328383825 100644 (file)
--- a/cscript
+++ b/cscript
@@ -7,3 +7,7 @@ def build(env, target):
         cmd += ' --target-windows'
     env.command(cmd)
     env.command('./waf build install')
+
+def make_doxygen(env):
+    env.command('doxygen')
+    return os.path.abspath('build/doc/html')