From bd86eb1a1e87ab85a7c8dbb658fa829ce69c252e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 11 Feb 2015 12:41:53 +0000 Subject: HACK to not build the docs 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 --- Makefile.am | 2 +- configure.ac | 1 - 2 files changed, 1 insertion(+), 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 -- cgit v1.2.1