summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-18 15:45:12 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-18 15:45:12 +0100
commit78d8ec2d20494e00da8f20091d65be940595c955 (patch)
treee648d1ba59ef201e2b445aa701f60e0038d27657 /cscript
parent3d73fba2a4f92a08200571c77081604586e0dc93 (diff)
cscript tweak.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 30fd4aa6..bfe16052 100644
--- a/cscript
+++ b/cscript
@@ -11,7 +11,7 @@ def build(target):
target.command(cmd)
target.command('./waf build install')
-def make_doxygen(env):
+def make_doxygen(target):
os.makedirs('build/doc')
target.command('doxygen')
return os.path.abspath('build/doc/html')