summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-24 13:48:04 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-24 13:48:04 +0100
commitf985e5e8cccaa44704d51dcfea3cc5042e22781f (patch)
tree765ffce4b20ed150b0f74819f32d3277b8edf817 /cscript
parent959bf5088ad3144915f86e92a8d12183a3a3298d (diff)
Add make_doxygen to cscript.
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')