summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-05 23:11:52 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-05-06 12:50:07 +0200
commitef573a26aa937f26077179a0e743c50d50b58f1f (patch)
treeb962a267939d36761755fde2866f1f56fbdacad2 /configure.ac
parentb8c07dc5b023f0abc81341ab664fb80bd664a51c (diff)
downloadautoconf-ef573a26aa937f26077179a0e743c50d50b58f1f.tar.gz
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 <stefano.lattarini@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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])