diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-24 16:05:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-24 16:05:19 +0100 |
| commit | 635fdc3e5ab744d064bf93cb164a738489971954 (patch) | |
| tree | d8d4d0a8fbbdd7e67cf7fc26d4b0ef1685554466 /cscript | |
| parent | 78957123f6e70e9460fd1707a047f221037e5d30 (diff) | |
cscript tweaks.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,5 +13,6 @@ def make_doxygen(env): os.makedirs('build/doc') except: pass + env.command('pwd') env.command('doxygen') return os.path.abspath('build/doc/html') |
