]> git.ipfire.org Git - people/ms/nitsi.git/commitdiff
Disable man page generation when running "make distcheck" fixes
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 9 May 2018 15:03:52 +0000 (16:03 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 9 May 2018 15:03:52 +0000 (16:03 +0100)
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 <michael.tremer@ipfire.org>
Makefile.am

index b36d6ae3ff4e9df01a76a5c2e514d531ea294676..5fc9df645a0453e0a5f1728cd0979a25d99b920d 100644 (file)
@@ -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    " $@;