From b0c72b7d257daff0b9f856dad097f9b24ca5ae14 Mon Sep 17 00:00:00 2001 From: Alban Browaeys Date: Sun, 8 Dec 2013 14:43:11 +0100 Subject: [PATCH 2/3] gtk-doc: DOC_SOURCE_DIR is relative to builddir. --- docs/api/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am index 46a5bc6..64ffe38 100644 --- a/docs/api/Makefile.am +++ b/docs/api/Makefile.am @@ -13,10 +13,10 @@ DOC_MODULE=PackageKit # The top-level SGML file. DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml -# The directory containing the source code. Relative to $(srcdir). +# The directory containing the source code. # gtk-doc will search all .c & .h files beneath here for inline comments # documenting the functions and macros. -DOC_SOURCE_DIR=../../lib/packagekit-glib2 +DOC_SOURCE_DIR=$(top_srcdir)/lib/packagekit-glib2 # Extra options to pass to gtkdoc-scangobj. Not normally needed. SCANGOBJ_OPTIONS= -- 1.8.5.1