diff options
author | Colin Walters <walters@verbum.org> | 2012-10-04 16:54:02 -0400 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-11-09 14:06:29 +0000 |
commit | d9f470a7f434f13d43f36d0023f108c2d2ed2bd9 (patch) | |
tree | 3bf0feae7fc14573d358a61ce258c8b08d6ad0a0 /Makefile.am | |
parent | 847c542374d3896a66133867c9d3b89e1c47e21e (diff) |
build: Ensure docs are enabled for distcheck
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 10b96703..463c4aab 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} |