summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2015-01-02 19:22:23 +0000
committerPhilip Withnall <philip.withnall@collabora.co.uk>2015-01-02 19:22:23 +0000
commitd1e961d33d4413d1b65d9ab12ad4a5c9ccce6229 (patch)
treeda5691cbf423d9ebb2d57c25479ca98facfd2430
parent45c54c909c323a7961848e0911afa7beb5165971 (diff)
docs: Use gtk-doc no-tmpl mode
Templated mode has been deprecated for a long time and will be removed in future versions of gtk-doc. Switch to no-tmpl mode for faster documentation builds and future-proofness. This does not bump our gtk-doc dependency, since gtk-doc 1.9 supported no-tmpl mode.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4c942fd..6683227 100644
--- a/configure.ac
+++ b/configure.ac
@@ -329,7 +329,7 @@ esac
# check for gtk-doc
m4_ifdef([GTK_DOC_CHECK], [
-GTK_DOC_CHECK(1.9)
+GTK_DOC_CHECK([1.9],[--flavour no-tmpl])
],[
AM_CONDITIONAL([ENABLE_GTK_DOC], false)
])