From 78d8ec2d20494e00da8f20091d65be940595c955 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 18 Jun 2013 15:45:12 +0100 Subject: cscript tweak. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') 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') -- cgit v1.2.3