aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-07-13 00:57:41 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-07-13 00:57:41 +0800
commitf600051da4c1a2d92f4c643f8b33e3efc4490315 (patch)
tree15be7ff3b87526ffa392d04526fae618334d514e /configure.ac
parent8f27d600c1f07fa3204dcfd2b4e3b53e8f4eeeac (diff)
downloadgsoc2013-empathy-f600051da4c1a2d92f4c643f8b33e3efc4490315.tar
gsoc2013-empathy-f600051da4c1a2d92f4c643f8b33e3efc4490315.tar.gz
gsoc2013-empathy-f600051da4c1a2d92f4c643f8b33e3efc4490315.tar.bz2
gsoc2013-empathy-f600051da4c1a2d92f4c643f8b33e3efc4490315.tar.lz
gsoc2013-empathy-f600051da4c1a2d92f4c643f8b33e3efc4490315.tar.xz
gsoc2013-empathy-f600051da4c1a2d92f4c643f8b33e3efc4490315.tar.zst
gsoc2013-empathy-f600051da4c1a2d92f4c643f8b33e3efc4490315.zip
Adding initial API documentation using gtk-doc.
2007-07-12 Xavier Claessens <xclaesse@gmail.com> * configure.ac: * doc/*: * Makefile.am: Adding initial API documentation using gtk-doc. svn path=/trunk/; revision=182
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c184205d2..923de0648 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,6 +21,8 @@ AM_GCONF_SOURCE_2
IT_PROG_INTLTOOL([0.35.0])
+GTK_DOC_CHECK([1.3])
+
GLIB_REQUIRED=2.12.0
GTK_REQUIRED=2.10.0
GCONF_REQUIRED=1.2.0
@@ -137,5 +139,8 @@ AC_OUTPUT([
libempathy-gtk/Makefile
libempathy-gtk/libempathy-gtk.pc
src/Makefile
+ doc/Makefile \
+ doc/libempathy/Makefile \
+ doc/libempathy-gtk/Makefile \
])