From 78957123f6e70e9460fd1707a047f221037e5d30 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 24 Apr 2013 16:04:38 +0100 Subject: cscript tweaks. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') 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') -- cgit v1.2.3