From: Miloslav Trmač Date: Tue, 9 Apr 2013 23:24:50 +0000 (+0200) Subject: Fix build with srcdir!=builddir X-Git-Tag: 0.111~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c2c3f20e655e8b20d72a6fe929d4ae0321b4b49;p=platform%2Fupstream%2Fpolkit.git 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 https://bugs.freedesktop.org/show_bug.cgi?id=63479 --- 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 \