diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-24 16:02:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-24 16:02:28 +0100 |
| commit | 8cb727dc875648b5a13b4209a771bffd3747b8ff (patch) | |
| tree | a5228206524a5027427f51206939785960040c42 /cscript | |
| parent | 228ecfd69716436578246f12db3139d0de32fce3 (diff) | |
cscript tweak.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,4 +10,8 @@ def build(env, target): def make_doxygen(env): env.command('doxygen') + try: + os.makedirs('build/doc') + except: + pass return os.path.abspath('build/doc/html') |
