GNU bug report logs -
#33599
PATCH: Fix Info links
Previous Next
Reported by: jcb62281 <at> gmail.com
Date: Mon, 3 Dec 2018 15:31:02 UTC
Severity: normal
Done: Ben Elliston <bje <at> air.net.au>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 4 Dec 2018 08:06:18 +1100
with message-id <20181203210618.GA17655 <at> bapbop>
and subject line Re: bug#33599: PATCH: Fix Info links
has caused the debbugs.gnu.org bug report #33599,
regarding PATCH: Fix Info links
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
33599: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33599
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
While looking into another problem, I found that the Info node links are
incorrect in dejagnu.texi. See
<URL:https://www.gnu.org/software/texinfo/manual/texinfo/texinfo.html#Writing-a-Node>
for more details.
ChangeLog entry:
----
* doc/dejagnu.texi: Fix Info node links.
----
patch:
----
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index 887891e..8ee5953 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -5425,19 +5425,19 @@ This makes runtest exit. It is abbreviated as
@emph{q}.
@item @code{}
@end table
-@node GNU Free Documentation License, Reference, Concept Index, Top
+@node GNU Free Documentation License, Concept Index, Reference, Top
@appendix GNU Free Documentation License
@include fdl.texi
-@node Concept Index, GNU Free Documentation License, Procedure Index, Top
+@node Concept Index, Procedure Index, GNU Free Documentation License, Top
@unnumbered Concept Index
@printindex cp
-@node Procedure Index, Concept Index, Variable Index, Top
+@node Procedure Index, Variable Index, Concept Index, Top
@unnumbered Procedure Index
@printindex fn
-@node Variable Index, Procedure Index, , Top
+@node Variable Index, , Procedure Index, Top
@unnumbered Variable Index
@printindex vr
----
-- Jacob
[Message part 3 (message/rfc822, inline)]
Fixed in commit f6341032.
Ben
This bug report was last modified 6 years and 223 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.