summaryrefslogtreecommitdiff
path: root/doc/lib
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-11-18 16:54:12 +0000
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-11-18 16:54:12 +0000
commitd2a1308fbbeb603e3103af8bcf6fd7fae6f8ac64 (patch)
tree560f43655fcd685cff4436e2840a5333ac49a62d /doc/lib
parente225393827e6355ba9e29450e9fb4a878f519e23 (diff)
parent725e7a79aa8340ddf08008c4740d66bd5867e005 (diff)
downloadtelepathy-farstream-d2a1308fbbeb603e3103af8bcf6fd7fae6f8ac64.tar.gz
Merge branch 'telepathy-farstream-0.1'
Diffstat (limited to 'doc/lib')
-rw-r--r--doc/lib/Makefile.am16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/lib/Makefile.am b/doc/lib/Makefile.am
index 59bfce7..674c326 100644
--- a/doc/lib/Makefile.am
+++ b/doc/lib/Makefile.am
@@ -15,7 +15,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
# 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-farstream
+DOC_SOURCE_DIR=$(abs_top_srcdir)/telepathy-farstream
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
SCANGOBJ_OPTIONS=
@@ -91,16 +91,16 @@ include $(top_srcdir)/gtk-doc.make
if ENABLE_GTK_DOC
check-local:
@if grep '^0 symbols incomplete' \
- $(srcdir)/telepathy-farstream-undocumented.txt; then\
+ $(top_builddir)/doc/lib/telepathy-farstream-undocumented.txt; then\
:; else \
- cat $(srcdir)/telepathy-farstream-undocumented.txt; exit 1; fi
+ cat $(top_builddir)/doc/lib/telepathy-farstream-undocumented.txt; exit 1; fi
@if grep '^0 not documented' \
- $(srcdir)/telepathy-farstream-undocumented.txt; then\
+ $(top_builddir)/doc/lib/telepathy-farstream-undocumented.txt; then\
:; else \
- cat $(srcdir)/telepathy-farstream-undocumented.txt; exit 1; fi
- @if grep . $(srcdir)/telepathy-farstream-unused.txt; then\
+ cat $(top_builddir)/doc/lib/telepathy-farstream-undocumented.txt; exit 1; fi
+ @if grep . $(top_builddir)/doc/lib/telepathy-farstream-unused.txt; then\
echo "^^^ Unused symbols" >&2; exit 1; fi
- @if test -e $(srcdir)/telepathy-farstream-undeclared.txt &&\
- grep . $(srcdir)/telepathy-farstream-undeclared.txt; then\
+ @if test -e $(top_builddir)/doc/lib/telepathy-farstream-undeclared.txt &&\
+ grep . $(top_builddir)/doc/lib/telepathy-farstream-undeclared.txt; then\
echo "^^^ Undeclared symbols" >&2; exit 1; fi
endif