summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-24 16:02:28 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-24 16:02:28 +0100
commit8cb727dc875648b5a13b4209a771bffd3747b8ff (patch)
treea5228206524a5027427f51206939785960040c42 /cscript
parent228ecfd69716436578246f12db3139d0de32fce3 (diff)
cscript tweak.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/cscript b/cscript
index 9f50e689..3510f709 100644
--- a/cscript
+++ b/cscript
@@ -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')