diff options
author | Miloslav Trmač <mitr@redhat.com> | 2013-04-10 01:24:50 +0200 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2013-04-12 12:44:15 -0400 |
commit | 6c2c3f20e655e8b20d72a6fe929d4ae0321b4b49 (patch) | |
tree | 5e6536a86dbaa70a9da5d8b97f8d2d47ff3501f8 /docs | |
parent | 1f47d30aead0acb88912af3f889db0aa8bffc61b (diff) | |
download | polkit-6c2c3f20e655e8b20d72a6fe929d4ae0321b4b49.tar.gz |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/polkit/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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 \ |