From d9f470a7f434f13d43f36d0023f108c2d2ed2bd9 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 4 Oct 2012 16:54:02 -0400 Subject: [PATCH] build: Ensure docs are enabled for distcheck https://bugs.freedesktop.org/show_bug.cgi?id=55426 Signed-off-by: Colin Walters Reviewed-by: Simon McVittie --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 10b9670..463c4aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,6 +26,7 @@ update-authors: git shortlog -s -e | cut -c 8- | sort > AUTHORS DISTCHECK_CONFIGURE_FLAGS = \ + --enable-xml-docs \ --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -- 2.7.4