summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2010-07-01 17:51:20 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2010-07-05 10:44:48 +0100
commitf8f20cbc4ee97c9eb64696f17c6c8290669a7864 (patch)
tree3aa47c1d0e08c5d0af6433aac06f116d36ee58b5 /docs
parente8c8fb4149eb946c80621bb3fed65f6b74bf3e9b (diff)
Add the Telepathy backend to the documentation build
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index b93f96e..c121226 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -23,10 +23,15 @@ img_DATA = \
$(doc_data) $(innerdoc_DATA) $(img_DATA): folks-0.1/index.html
+VALAFLAGS = --vapidir=$(top_srcdir)/folks --vapidir=$(top_srcdir)/backends/telepathy
+VALAFLAGS += $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) pkg-config --variable=valaflags telepathy-vala)
+
# The Vala files which will have documentation extracted from them
-doc_files = $(top_srcdir)/folks/*.vala
+doc_files = $(top_srcdir)/folks/*.vala $(top_srcdir)/backends/telepathy/*.vala
folks-0.1/index.html: $(doc_files)
$(VALADOC) -o folks-0.1/ --force -b $(top_srcdir) \
--pkg=gee-1.0 --pkg=gio-2.0 --pkg=gmodule-2.0 --pkg=build-conf \
- --vapidir=$(top_srcdir)/folks $(doc_files)
+ --pkg=telepathy-glib --pkg=tp-lowlevel \
+ $(VALAFLAGS) $(doc_files)
+