build: Ensure docs are enabled for distcheck
authorColin Walters <walters@verbum.org>
Thu, 4 Oct 2012 20:54:02 +0000 (16:54 -0400)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 9 Nov 2012 14:06:29 +0000 (14:06 +0000)
https://bugs.freedesktop.org/show_bug.cgi?id=55426

Signed-off-by: Colin Walters <walters@verbum.org>
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Makefile.am

index 10b9670..463c4aa 100644 (file)
@@ -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}