From 577e36b977a58f148e949fe7d5ffa0794613c94f Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Tue, 30 Dec 2014 22:32:04 +0100 Subject: configure: stop using tmpl files for docs gtkdoc-mktmpl has been deprecated for years. As the tmpl files are not used in this library to document the api, stop using them. https://bugs.freedesktop.org/show_bug.cgi?id=87877 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c241be2..af209dd 100644 --- a/configure.ac +++ b/configure.ac @@ -95,7 +95,7 @@ if test -z "$XSLTPROC"; then AC_MSG_ERROR([xsltproc is needed]) fi -GTK_DOC_CHECK([1.3]) +GTK_DOC_CHECK([1.3],[--flavour no-tmpl]) AC_ARG_ENABLE(man, [AS_HELP_STRING([--enable-man], -- cgit v1.2.3