summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2021-06-03 17:45:48 +0100
committerSimon McVittie <smcv@debian.org>2021-06-03 20:54:52 +0100
commit025f9a6ba374c77c67f104ed5a4c04a057cc8084 (patch)
treebef30b90ec915d3206f99c957805f1bfdc018c67
parent4e7b62b0470db29d572190622e0594d25f802a9b (diff)
build: Build documentation from source during distcheck
This verifies that we can. Signed-off-by: Simon McVittie <smcv@debian.org>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)