gnome: Include build dir in gtkdoc-mkhtml path

pull/920/head
Patrick Griffis 9 years ago committed by Jussi Pakkanen
parent d367738ec7
commit 44690763b0
  1. 2
      mesonbuild/scripts/gtkdochelper.py

@ -115,7 +115,7 @@ def build_gtkdoc(source_root, build_root, doc_subdir, src_subdir,
# Make HTML documentation
mkhtml_cmd = ['gtkdoc-mkhtml',
'--path=' + abs_src,
'--path=' + ':'.join((abs_src, abs_out)),
module,
] + html_args
if len(main_file) > 0:

Loading…
Cancel
Save