summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 3510f709..468b4b4d 100644
--- a/cscript
+++ b/cscript
@@ -9,9 +9,9 @@ def build(env, target):
env.command('./waf build install')
def make_doxygen(env):
- env.command('doxygen')
try:
os.makedirs('build/doc')
except:
pass
+ env.command('doxygen')
return os.path.abspath('build/doc/html')