summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-24 16:04:38 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-24 16:04:38 +0100
commit78957123f6e70e9460fd1707a047f221037e5d30 (patch)
tree202fe0c663e9cb714acec3aef1067c86217d429c /cscript
parent8cb727dc875648b5a13b4209a771bffd3747b8ff (diff)
cscript tweaks.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 3510f709..468b4b4d 100644
--- a/cscript
+++ b/cscript
@@ -9,9 +9,9 @@ def build(env, target):
env.command('./waf build install')
def make_doxygen(env):
- env.command('doxygen')
try:
os.makedirs('build/doc')
except:
pass
+ env.command('doxygen')
return os.path.abspath('build/doc/html')