From: Colin Walters Date: Thu, 4 Oct 2012 20:54:02 +0000 (-0400) Subject: build: Ensure docs are enabled for distcheck X-Git-Tag: dbus-1.7.0~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9f470a7f434f13d43f36d0023f108c2d2ed2bd9;p=thirdparty%2Fdbus.git 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 --- diff --git a/Makefile.am b/Makefile.am index 10b967031..463c4aabd 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}