summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-09-20 11:42:31 +0200
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-09-20 11:48:38 +0200
commite32096193cfdff5a7e93bba8947c2641e13d8ff7 (patch)
treeca7f5547fbd8bf635c4e30e1c8c805eb5528cc5c /configure.ac
parent00c3eb2317235c2b851cdc7c4faf18ed83d7fba2 (diff)
downloadautomake-e32096193cfdff5a7e93bba8947c2641e13d8ff7.tar.gz
Man pages for automake and aclocal.
* configure.ac (HELP2MAN): New substitution. * doc/Makefile.am (dist_man1_MANS, MAINTAINERCLEANFILES) (update_mans): New macros. ($(srcdir)/aclocal-$(APIVERSION).1) ($(srcdir)/automake-$(APIVERSION).1): New rules, generate man pages from the command line help with help2man. ($(srcdir)/aclocal.1, $(srcdir)/automake.1): New rules, for `.so' man page links to the versioned pages. * NEWS: Update. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 08e9f414f..a21bfb286 100644
--- a/configure.ac
+++ b/configure.ac
@@ -63,6 +63,9 @@ installed, select the one Automake should use using
# The test suite will skip some tests if tex is absent.
AC_CHECK_PROG([TEX], [tex], [tex])
+# Generate man pages.
+AM_MISSING_PROG([HELP2MAN], [help2man])
+
# Test for Autoconf. We run Autoconf in a subdirectory to ease
# deletion of any files created (such as those added to
# autom4te.cache). We used to perform only the last of the three