From ef573a26aa937f26077179a0e743c50d50b58f1f Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sun, 5 May 2013 23:11:52 +0200 Subject: build: remove last make recursion (for subdir 'man') * Makefile.am (SUBDIRS): Remove (its last component 'man' has just been removed). (SUFFIXES): New, defined to empty, to be updated later by included files. ($(srcdir)/man/local.mk): Include this. * configure.ac (AC_CONFIG_FILES): Drop 'man/Makefile'. * lib/freeze.mk (SUFFIXES): Extend with '+=' rather than defining with '='. * man/Makefile.am: Rename ... * man/local.mk: ... like this, and adjust throughout. Signed-off-by: Stefano Lattarini --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7eda7428..80e0dbd2 100644 --- a/configure.ac +++ b/configure.ac @@ -124,7 +124,6 @@ AC_PROG_GNU_M4 ## Man pages. ## ## ----------- ## -AC_CONFIG_FILES([man/Makefile]) AM_MISSING_PROG([HELP2MAN], [help2man]) -- cgit v1.2.1