summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-03-31 18:49:53 +0100
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-03-31 18:49:53 +0100
commit635f92483e9ce1b965b759af2ee6c4b1f27bd5b2 (patch)
tree0bfedc916a80a3822d3b315128af2cc7514d7453 /configure.ac
parent19a946d9e9346b3ee751d9f4091f5525eed61b3c (diff)
Add gtkdoc infrastructure
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fe73209..0bdc639 100644
--- a/configure.ac
+++ b/configure.ac
@@ -117,10 +117,14 @@ AC_SUBST(LIBXML2_LIBS)
AC_SUBST(PACKAGE_STRING)
+GTK_DOC_CHECK([1.10])
+
AC_OUTPUT( Makefile \
wocky/Makefile \
m4/Makefile \
tools/Makefile \
examples/Makefile \
tests/Makefile \
+ docs/Makefile \
+ docs/reference/Makefile \
)