Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <shmyrev@shadow.teleton>2007-01-29 17:41:17 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-01-29 17:41:17 (GMT)
commit601704e95712f26f4debff64a77cffbacdcc62f3 (patch)
treed513c8659e55602bbcce99d02f36287d6e236cd3 /configure.ac
parent2ca95ac3cd6e57516f16a8ee3983c45e27d69cac (diff)
Added gtk-doc based documentation for Evince. Still in initial state but I
2007-01-29 Nickolay V. Shmyrev <shmyrev@shadow.teleton> * help/reference/* : * configure.ac: Added gtk-doc based documentation for Evince. Still in initial state but I hope it will grow. * configure.ac: Lower dbus requirement to 0.70 svn path=/trunk/; revision=2272
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d24b30e..f13c52c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,8 @@ GNOME_COMPILE_WARNINGS
GNOME_CXX_WARNINGS
GNOME_DEBUG_CHECK
+GTK_DOC_CHECK(1.0)
+
GETTEXT_PACKAGE=evince
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package])
@@ -40,7 +42,7 @@ dnl Check dependencies
# SHELL_CFLAGS for shell implementation.
# SHELL_LIBS
-DBUS_GLIB_REQUIRED=0.71
+DBUS_GLIB_REQUIRED=0.70
GTK_REQUIRED=2.8.15
KEYRING_REQUIRED=0.4.0
@@ -437,6 +439,8 @@ data/icons/48x48/apps/Makefile
data/icons/scalable/Makefile
data/icons/scalable/apps/Makefile
help/Makefile
+help/reference/Makefile
+help/reference/version.xml
libdocument/Makefile
Makefile
po/Makefile.in
@@ -453,6 +457,7 @@ Configure summary:
Print Support......: $enable_print
DBUS Support.......: $enable_dbus
Nautilus Plugin....: $HAVE_NAUTILUS
+ Gtk-Doc Support....: $enable_gtk_doc
PDF Backend........: $enable_pdf
PostScript Backend.: $enable_ps