[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] branch master updated: doc: refer to automake manual i
From: |
Mike Frysinger |
Subject: |
[automake-commit] branch master updated: doc: refer to automake manual in all man pages |
Date: |
Sun, 13 Mar 2022 00:14:39 -0500 |
This is an automated email from the git hooks/post-receive script.
vapier pushed a commit to branch master
in repository automake.
View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=fee9a828bcc968656edfc89e38b157c28d6335f0
The following commit(s) were added to refs/heads/master by this push:
new fee9a828b doc: refer to automake manual in all man pages
fee9a828b is described below
commit fee9a828bcc968656edfc89e38b157c28d6335f0
Author: Mike Frysinger <vapier@gentoo.org>
AuthorDate: Sun Mar 13 00:12:23 2022 -0500
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.
---
doc/local.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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): \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [automake-commit] branch master updated: doc: refer to automake manual in all man pages,
Mike Frysinger <=