summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
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')