From 9fb0335c24759972f2a4834e9c71d57dc3990cd6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 9 May 2018 16:03:52 +0100 Subject: [PATCH] Disable man page generation when running "make distcheck" Man pages don't exist yet, so make distcheck fails. This patch has to be reverted as soon as man pages are available. Signed-off-by: Michael Tremer --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index b36d6ae..5fc9df6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,9 @@ EXTRA_DIST = INSTALL_DIRS = noinst_DATA = +DISTCHECK_CONFIGURE_FLAGS = \ + --disable-man-pages + AM_V_XSLT = $(AM_V_XSLT_$(V)) AM_V_XSLT_ = $(AM_V_XSLT_$(AM_DEFAULT_VERBOSITY)) AM_V_XSLT_0 = @echo " XSLT " $@; -- 2.47.2