summaryrefslogtreecommitdiff
path: root/configure
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
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')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index d7591c2ad..235f1a0ba 100755
--- a/configure
+++ b/configure
@@ -608,6 +608,7 @@ EGREP
GREP
MODIFICATION_DELAY
LN
+HELP2MAN
TEX
PERL
pkgvdatadir
@@ -2416,6 +2417,11 @@ fi
+# Generate man pages.
+
+HELP2MAN=${HELP2MAN-"${am_missing_run}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