From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 5/5] Disable man page generation when running "make distcheck" Date: Fri, 11 May 2018 13:30:12 +0100 Message-ID: <20180511123012.2138575-5-michael.tremer@ipfire.org> In-Reply-To: <20180511123012.2138575-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9221586621537436710==" List-Id: --===============9221586621537436710== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 b36d6ae3ff4e..5fc9df645a04 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.17.0 --===============9221586621537436710==--