diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-18 15:45:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-18 15:45:12 +0100 |
| commit | 78d8ec2d20494e00da8f20091d65be940595c955 (patch) | |
| tree | e648d1ba59ef201e2b445aa701f60e0038d27657 /cscript | |
| parent | 3d73fba2a4f92a08200571c77081604586e0dc93 (diff) | |
cscript tweak.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |
