diff options
author | infirit <[email protected]> | 2014-12-20 18:26:58 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2015-08-25 10:48:31 +0200 |
commit | 0a8187da947344344d8c841e8c3f05b75c6f6cda (patch) | |
tree | f30e83839a5cbce75e8fa513d62d43f8e70e078a /configure.ac | |
parent | 0514bcef4eb5f15346bd212f68463764ea8e5ee7 (diff) | |
download | libmateweather-0a8187da947344344d8c841e8c3f05b75c6f6cda.tar.bz2 libmateweather-0a8187da947344344d8c841e8c3f05b75c6f6cda.tar.xz |
gtk doc: Move documentation to inline comments
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5876aa0..0da25f5 100644 --- a/configure.ac +++ b/configure.ac @@ -220,7 +220,7 @@ AC_SUBST(GLADEDIR) ################################################## # Checks for gtk-doc and docbook-tools ################################################## -GTK_DOC_CHECK([1.9]) +GTK_DOC_CHECK([1.11], [--flavour no-tmpl]) dnl *************************************************************************** dnl *** Output Makefiles et al *** |