summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/cscript b/cscript
index 459ddc3a..9f50e689 100644
--- 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')