From 97db61c2cf998cb94314c1a150b50a0a479a7058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 13 Sep 2011 16:30:10 +0100 Subject: [PATCH 4/4] configure.ac: Do not generate template files when building docs It's not needed as all the api documentation is inline --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 256dabc..9f2f9a8 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ LT_PREREQ([2.2]) LT_INIT([win32-dll]) # Api documentation -GTK_DOC_CHECK([1.6]) +GTK_DOC_CHECK([1.15],[--flavour no-tmpl]) AC_SYS_LARGEFILE -- 1.7.5.4