summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-02-11 12:41:53 +0000
committerJavier Jardón <jjardon@gnome.org>2015-02-11 12:41:53 +0000
commitbd86eb1a1e87ab85a7c8dbb658fa829ce69c252e (patch)
treed2b4b86403c066cdc50aed4cc838ebf5cbef6d1f
parentf4be4ab02fe24ff4588bc61410bfd0debd6fb630 (diff)
downloaddiffutils-bd86eb1a1e87ab85a7c8dbb658fa829ce69c252e.tar.gz
HACK to not build the docsbaserock/v3.3
There is a compilation problem with help2man: make[1]: Entering directory `/diff.build/man' GEN cmp.1 help2man: can't get '--help' info from cmp
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac1
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index cf0ce1d..642b3af 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,7 @@
ALL_RECURSIVE_TARGETS =
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
ACLOCAL_AMFLAGS = -I m4
AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
diff --git a/configure.ac b/configure.ac
index aea40fc..c5913c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -170,7 +170,6 @@ AC_CONFIG_FILES([
src/Makefile
tests/Makefile
gnulib-tests/Makefile
- man/Makefile
po/Makefile.in
])
AC_OUTPUT