diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-24 13:48:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-24 13:48:04 +0100 |
| commit | f985e5e8cccaa44704d51dcfea3cc5042e22781f (patch) | |
| tree | 765ffce4b20ed150b0f74819f32d3277b8edf817 /cscript | |
| parent | 959bf5088ad3144915f86e92a8d12183a3a3298d (diff) | |
Add make_doxygen to cscript.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,3 +7,7 @@ def build(env, target): cmd += ' --target-windows' env.command(cmd) env.command('./waf build install') + +def make_doxygen(env): + env.command('doxygen') + return os.path.abspath('build/doc/html') |
