From b14216d78f0827852de001358971b0162b150a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Wed, 10 Apr 2013 01:24:50 +0200 Subject: [PATCH 2/3] Fix build with srcdir!=builddir gtk-doc.make is attempting to add --path automatically but there is a bug in the script in gtk-doc 1.18 --- docs/polkit/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/polkit/Makefile.am b/docs/polkit/Makefile.am index 8c6e58a..bc90178 100644 --- a/docs/polkit/Makefile.am +++ b/docs/polkit/Makefile.am @@ -45,6 +45,10 @@ MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=polkit # Extra options to supply to gtkdoc-mktmpl MKTMPL_OPTIONS= +# Extra options to supply to gtkdoc-mkhtml - workaround for incorrect check +# in gtk-doc-1.18 +MKHTML_OPTIONS=--path=$(srcdir) + # Non-autogenerated SGML files to be included in $(DOC_MAIN_SGML_FILE) content_files = \ overview.xml \ -- 1.8.1.4