From 9dd7eea9454d39bc724cbe06990f92e5762ccc94 Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Sat, 5 Jul 2014 12:37:27 -0700 Subject: [PATCH] fix doxybuild.py paths --- doxybuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxybuild.py b/doxybuild.py index 03ad68d..588767f 100644 --- a/doxybuild.py +++ b/doxybuild.py @@ -116,7 +116,7 @@ def build_doc( options, make_release=False ): ok = run_doxygen( options.doxygen_path, 'doc/doxyfile', 'doc', is_silent=options.silent ) if not options.silent: print open(warning_log_path, 'rb').read() - index_path = os.path.abspath(os.path.join(subst_keys['%HTML_OUTPUT%'], 'index.html')) + index_path = os.path.abspath(os.path.join('doc', subst_keys['%HTML_OUTPUT%'], 'index.html')) print 'Generated documentation can be found in:' print index_path if options.open: