X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=18913fa13d1be3941451807cd7f36e9c21823ae3;hb=c598264f1247ae444f502199c6e4b8f857d94fce;hp=9f50e68948948703afa4edeed5d7a11328383825;hpb=f985e5e8cccaa44704d51dcfea3cc5042e22781f;p=libdcp.git diff --git a/cscript b/cscript index 9f50e689..18913fa1 100644 --- a/cscript +++ b/cscript @@ -1,3 +1,4 @@ +import os def build(env, target): cmd = './waf configure --prefix=%s' % env.work_dir_cscript() @@ -9,5 +10,6 @@ def build(env, target): env.command('./waf build install') def make_doxygen(env): + os.makedirs('build/doc') env.command('doxygen') return os.path.abspath('build/doc/html')