From 025f9a6ba374c77c67f104ed5a4c04a057cc8084 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 3 Jun 2021 17:45:48 +0100 Subject: build: Build documentation from source during distcheck This verifies that we can. Signed-off-by: Simon McVittie --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index dc0768f..1648bcc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,8 +19,8 @@ EXTRA_DIST = \ # xsltproc barfs on 'make distcheck'; disable for now DISTCHECK_CONFIGURE_FLAGS= \ --disable-man-pages \ - --disable-gtk-doc \ --disable-introspection \ + --enable-gtk-doc \ --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) \ $(NULL) -- cgit v1.2.3