diffutils: don't build docs

installing docs fails on jenkins and we only need the binaries,
so just disable docs.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2020-06-24 12:30:53 +02:00
parent 7d65b9eeca
commit 322cac5e6d

View File

@ -5,7 +5,7 @@
EXTRA_DIST = bootstrap exgettext ChangeLog-2008 cfg.mk dist-check.mk
-SUBDIRS = lib src tests doc man po gnulib-tests
+SUBDIRS = lib src tests doc po gnulib-tests
+SUBDIRS = lib src tests po gnulib-tests
ACLOCAL_AMFLAGS = -I m4
AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)