summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-03-13 00:12:23 -0500
committerMike Frysinger <vapier@gentoo.org>2022-03-13 00:12:43 -0500
commitfee9a828bcc968656edfc89e38b157c28d6335f0 (patch)
treefcb1f28cb5f431f3833517645e60ce68c691b181
parentff230b2956aafd42161f203fabde7ce05ea4d8c0 (diff)
downloadautomake-fee9a828bcc968656edfc89e38b157c28d6335f0.tar.gz
doc: refer to automake manual in all man pages
Fixes automake bug https://bugs.gnu.org/54363. There is no "aclocal" manual as it's all integrated into the automake manual, so have all the help2man calls force automake as the manual. * doc/local.mk: Use --info-page=automake for man pages.
-rw-r--r--doc/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/local.mk b/doc/local.mk
index 921e22e9e..a3503b76a 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -37,7 +37,7 @@ EXTRA_DIST += %D%/help2man
update_mans = \
$(AM_V_GEN): \
&& $(MKDIR_P) %D% \
- && AUTOMAKE_HELP2MAN=true ./pre-inst-env $(PERL) $(srcdir)/%D%/help2man --output=$@
+ && AUTOMAKE_HELP2MAN=true ./pre-inst-env $(PERL) $(srcdir)/%D%/help2man --output=$@ --info-page=automake
%D%/aclocal.1 %D%/automake.1:
$(AM_V_GEN): \