summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
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')