From f985e5e8cccaa44704d51dcfea3cc5042e22781f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 24 Apr 2013 13:48:04 +0100 Subject: Add make_doxygen to cscript. --- cscript | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cscript') diff --git a/cscript b/cscript index 459ddc3a..9f50e689 100644 --- a/cscript +++ b/cscript @@ -7,3 +7,7 @@ def build(env, target): cmd += ' --target-windows' env.command(cmd) env.command('./waf build install') + +def make_doxygen(env): + env.command('doxygen') + return os.path.abspath('build/doc/html') -- cgit v1.2.3