mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-03-03 04:38:39 +01:00
fix doxybuild.py paths
This commit is contained in:
parent
35bea41bc9
commit
9dd7eea945
@ -116,7 +116,7 @@ def build_doc( options, make_release=False ):
|
|||||||
ok = run_doxygen( options.doxygen_path, 'doc/doxyfile', 'doc', is_silent=options.silent )
|
ok = run_doxygen( options.doxygen_path, 'doc/doxyfile', 'doc', is_silent=options.silent )
|
||||||
if not options.silent:
|
if not options.silent:
|
||||||
print open(warning_log_path, 'rb').read()
|
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 'Generated documentation can be found in:'
|
||||||
print index_path
|
print index_path
|
||||||
if options.open:
|
if options.open:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user