diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-10-31 14:10:29 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-10-31 14:15:01 +0000 |
commit | a1447182c813cd44a3a354069890331d3cb54329 (patch) | |
tree | 13b599ded0d32043a1d6b732cde72f462d4d30d1 | |
parent | 0d3328321b5533e98fc6dd501f439fcaf7aca534 (diff) |
Fix out-of-tree documentation building
-rw-r--r-- | doc/reference/libtelepathy-logger/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/libtelepathy-logger/Makefile.am b/doc/reference/libtelepathy-logger/Makefile.am index d54eb99a7..472e6b24e 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= |