From 44690763b0d0ba7af132dbbf4212ab4c63ad8d46 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Sat, 15 Oct 2016 18:44:26 -0400 Subject: gnome: Include build dir in gtkdoc-mkhtml path --- mesonbuild/scripts/gtkdochelper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/scripts/gtkdochelper.py') diff --git a/mesonbuild/scripts/gtkdochelper.py b/mesonbuild/scripts/gtkdochelper.py index e87a379..53b1c32 100755 --- a/mesonbuild/scripts/gtkdochelper.py +++ b/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: -- cgit v1.1