cscript tweak.
authorCarl Hetherington <cth@carlh.net>
Wed, 24 Apr 2013 15:02:28 +0000 (16:02 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 24 Apr 2013 15:02:28 +0000 (16:02 +0100)
cscript

diff --git a/cscript b/cscript
index 9f50e68948948703afa4edeed5d7a11328383825..3510f70921f955d17adfae603979ecfb8361d8a1 100644 (file)
--- 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')