From 380584fbbde36c12952d886e2037f5549e839eab Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Tue, 30 Dec 2014 22:32:04 +0100 Subject: [PATCH 1/2] configure: stop using tmpl files for docs gtkdoc-mktmpl is deprectaed since years. As the tmpl files are not used in this library to document the api, stop using them. --- 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], -- 2.2.0.rc0.207.ga3a616c