cscript tweak.
authorCarl Hetherington <cth@carlh.net>
Tue, 18 Jun 2013 14:45:12 +0000 (15:45 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 18 Jun 2013 14:45:12 +0000 (15:45 +0100)
cscript

diff --git a/cscript b/cscript
index 30fd4aa63ff40326d48bb7b1e7768cf8aa60b710..bfe160528749b9b974a32a31789bbd597fa4a46d 100644 (file)
--- 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')