From 3a4512aa36e05fc0d6e4e9bde0f2d11cff04204c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: May 07 2024 12:10:35 +0000 Subject: Specify gtkdocize arguments in configure.ac Update the GTK_DOC_CHECK invocation to specify where the documentation will be built (as the default is ./docs). These options are used by autoreconf. --- diff --git a/configure.ac b/configure.ac index 0bd4a67..51508b7 100644 --- a/configure.ac +++ b/configure.ac @@ -169,7 +169,7 @@ if test "$GCC" = yes ; then AC_MSG_RESULT([$enable_Werror]) fi -GTK_DOC_CHECK +GTK_DOC_CHECK([1.14],[--flavour no-tmpl --docdir docs/reference]) AC_CONFIG_FILES([Makefile po/Makefile.in docs/Makefile docs/reference/Makefile libuser.pc])