cscript tweak.
[libdcp.git] / 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')