GNU bug report logs - #54363
aclocal man page refers to nonexistent aclocal manual

Previous Next

Package: automake;

Reported by: Esteve Varela Colominas <esteve.varela <at> gmail.com>

Date: Sun, 13 Mar 2022 00:50:01 UTC

Severity: normal

Tags: confirmed

Done: Mike Frysinger <vapier <at> gentoo.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54363 in the body.
You can then email your comments to 54363 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-automake <at> gnu.org:
bug#54363; Package automake. (Sun, 13 Mar 2022 00:50:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Esteve Varela Colominas <esteve.varela <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-automake <at> gnu.org. (Sun, 13 Mar 2022 00:50:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Esteve Varela Colominas <esteve.varela <at> gmail.com>
To: bug-automake <at> gnu.org
Subject: aclocal info page is not installed
Date: Sun, 13 Mar 2022 00:45:32 +0100
[Message part 1 (text/plain, inline)]
Running "man aclocal" mentions the availability of a full texinfo manual for the tool at the bottom. However, running "info aclocal" brings up the same man page. I'd like to have this texinfo page shipped alongside the texinfo page that's already installed for the "automake" tool itself.

https://bugs.gentoo.org/show_bug.cgi?id=834971
[Message part 2 (text/html, inline)]

Changed bug title to 'aclocal man page refers to nonexistent aclocal manual' from 'aclocal info page is not installed' Request was from Mike Frysinger <vapier <at> gentoo.org> to control <at> debbugs.gnu.org. (Sun, 13 Mar 2022 05:11:01 GMT) Full text and rfc822 format available.

Added tag(s) confirmed. Request was from Mike Frysinger <vapier <at> gentoo.org> to control <at> debbugs.gnu.org. (Sun, 13 Mar 2022 05:11:01 GMT) Full text and rfc822 format available.

Information forwarded to bug-automake <at> gnu.org:
bug#54363; Package automake. (Sun, 13 Mar 2022 05:12:02 GMT) Full text and rfc822 format available.

Message #12 received at 54363 <at> debbugs.gnu.org (full text, mbox):

From: Mike Frysinger <vapier <at> gentoo.org>
To: Esteve Varela Colominas <esteve.varela <at> gmail.com>
Cc: 54363 <at> debbugs.gnu.org
Subject: Re: bug#54363: aclocal info page is not installed
Date: Sun, 13 Mar 2022 00:11:39 -0500
[Message part 1 (text/plain, inline)]
On 13 Mar 2022 00:45, Esteve Varela Colominas wrote:
> Running "man aclocal" mentions the availability of a full texinfo manual for the tool at the bottom. However, running "info aclocal" brings up the same man page. I'd like to have this texinfo page shipped alongside the texinfo page that's already installed for the "automake" tool itself.

there is no such "aclocal" manual.  there is only the "automake" manual.
the aclocal man page should point to the automake manual.
-mike
[signature.asc (application/pgp-signature, inline)]

Reply sent to Mike Frysinger <vapier <at> gentoo.org>:
You have taken responsibility. (Sun, 13 Mar 2022 05:15:01 GMT) Full text and rfc822 format available.

Notification sent to Esteve Varela Colominas <esteve.varela <at> gmail.com>:
bug acknowledged by developer. (Sun, 13 Mar 2022 05:15:01 GMT) Full text and rfc822 format available.

Message #17 received at 54363-done <at> debbugs.gnu.org (full text, mbox):

From: Mike Frysinger <vapier <at> gentoo.org>
To: 54363-done <at> debbugs.gnu.org
Subject: [PATCH] doc: refer to automake manual in all man pages
Date: Sun, 13 Mar 2022 00:14:37 -0500
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 921e22e9ec54..a3503b76ac97 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): \
-- 
2.34.1





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 10 Apr 2022 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 23 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.