X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=3510f70921f955d17adfae603979ecfb8361d8a1;hb=8cb727dc875648b5a13b4209a771bffd3747b8ff;hp=9f50e68948948703afa4edeed5d7a11328383825;hpb=f985e5e8cccaa44704d51dcfea3cc5042e22781f;p=libdcp.git 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')