From 259a87c560407b91595ee1ca4fe8d16d67f618c1 Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Tue, 14 Jun 2016 10:31:27 +0800 Subject: build: Fix gtk-doc build when srcdir != builddir https://bugs.freedesktop.org/show_bug.cgi?id=96520 --- doc/api/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/api/Makefile.am b/doc/api/Makefile.am index 3b2a103..cd62037 100644 --- a/doc/api/Makefile.am +++ b/doc/api/Makefile.am @@ -13,7 +13,7 @@ DOC_MAIN_SGML_FILE=colord-docs.xml SCAN_OPTIONS=--ignore-headers=config.h # The directory containing the source code. Relative to $(srcdir) -DOC_SOURCE_DIR=../../lib/colord +DOC_SOURCE_DIR=$(top_srcdir)/lib/colord $(top_builddir)/lib/colord # Used for dependencies HFILE_GLOB= @@ -23,6 +23,9 @@ CFILE_GLOB= IGNORE_HFILES= \ config.h +# Extra options to supply to gtkdoc-mkhtml +MKHTML_OPTIONS=--path="$(top_srcdir)" + # CFLAGS and LDFLAGS for compiling scan program. Only needed # if $(DOC_MODULE).types is non-empty. AM_CPPFLAGS = \ @@ -46,6 +49,7 @@ MKTMPL_OPTIONS= # Non-autogenerated SGML files to be included in $(DOC_MAIN_SGML_FILE) content_files = \ + ../../COPYING \ version.xml \ dbus/org.freedesktop.ColorManager.ref.xml -- cgit v1.2.1