summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-05-22 10:26:21 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-22 13:44:20 +0100
commit5a4d369e0dfac2a5ada591ca16b672754717533b (patch)
treea07d7f09d3020be792edd7062a33624a3b9b7418 /configure.ac
parentb7a61dca19cdf02cd30f1dd729579dd70a552f68 (diff)
downloadatk-5a4d369e0dfac2a5ada591ca16b672754717533b.tar.gz
build: Modernise the API reference
Let's use modern, idiomatic gtk-doc to generate the API reference: - use XInclude - stop using SGML mode with XML files - drop version.xml and use the gtk-doc package entities
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 49065be..870844b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -198,7 +198,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, ["$GETTEXT_PACKAGE"],
GOBJECT_INTROSPECTION_CHECK([1.32.0])
# Documentation support
-GTK_DOC_CHECK([1.13])
+GTK_DOC_CHECK([1.25])
# define a MAINT-like variable REBUILD which is set if Perl
# and awk are found, so autogenerated sources can be rebuilt
@@ -267,7 +267,6 @@ win32/vs12/Makefile
win32/vs14/Makefile
win32/vs15/Makefile
docs/Makefile
-docs/version.xml
config.h.win32
])