From a1447182c813cd44a3a354069890331d3cb54329 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 31 Oct 2013 14:10:29 +0000 Subject: [PATCH 02/17] Fix out-of-tree documentation building --- doc/reference/libtelepathy-logger/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/libtelepathy-logger/Makefile.am b/doc/reference/libtelepathy-logger/Makefile.am index d54eb99..472e6b2 100644 --- a/doc/reference/libtelepathy-logger/Makefile.am +++ b/doc/reference/libtelepathy-logger/Makefile.am @@ -20,7 +20,7 @@ DOC_MAIN_SGML_FILE=docs.xml # gtk-doc will search all .c & .h files beneath here for inline comments # documenting the functions and macros. # e.g. DOC_SOURCE_DIR=../../../gtk -DOC_SOURCE_DIR=../../../telepathy-logger +DOC_SOURCE_DIR=${abs_top_srcdir}/telepathy-logger # Extra options to pass to gtkdoc-scangobj. Not normally needed. SCANGOBJ_OPTIONS= -- 1.8.4.rc3