public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/65102] New: gnat-style.texi warning from including fdl.texi
@ 2015-02-18 11:30 vries at gcc dot gnu.org
  2015-02-18 11:42 ` [Bug ada/65102] " vries at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2015-02-18 11:30 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65102

            Bug ID: 65102
           Summary: gnat-style.texi warning from including fdl.texi
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
          Assignee: unassigned at gcc dot gnu.org
          Reporter: vries at gcc dot gnu.org

While generating gnat-style.info, we see:
...
src/gcc/doc/include/fdl.texi:33: warning: node `Index' is next for `GNU Free
Documentation License' in menu but not in sectioning
src/gcc/doc/include/fdl.texi:33: warning: node `Top' is up for `GNU Free
Documentation License' in menu but not in sectioning
...

This patch fixes the warnings:
...
diff --git a/gcc/ada/gnat-style.texi b/gcc/ada/gnat-style.texi
index 1fa7688..50adaab 100644
--- a/gcc/ada/gnat-style.texi
+++ b/gcc/ada/gnat-style.texi
@@ -937,6 +937,9 @@ except that they are all lower case.
 @c **********************************
 @c * GNU Free Documentation License *
 @c **********************************
+@node GNU Free Documentation License,Index, Program Structure, Top
+@unnumberedsec GNU Free Documentation License
+@set nodefaultgnufreedocumentationlicensenode
 @include fdl.texi
 @c GNU Free Documentation License
 @cindex GNU Free Documentation License
diff --git a/gcc/doc/include/fdl.texi b/gcc/doc/include/fdl.texi
index 8f3d7be..55aa498 100644
--- a/gcc/doc/include/fdl.texi
+++ b/gcc/doc/include/fdl.texi
@@ -30,9 +30,11 @@ of this license document, but changing it is not allowed.
 @end ifset
 @c man begin DESCRIPTION
 @ifclear gfdlhtml
+@ifclear nodefaultgnufreedocumentationlicensenode
 @node GNU Free Documentation License
 @unnumbered GNU Free Documentation License
 @end ifclear
+@end ifclear

 @cindex FDL, GNU Free Documentation License
 @center Version 1.3, 3 November 2008
...


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/65102] gnat-style.texi warning from including fdl.texi
  2015-02-18 11:30 [Bug ada/65102] New: gnat-style.texi warning from including fdl.texi vries at gcc dot gnu.org
@ 2015-02-18 11:42 ` vries at gcc dot gnu.org
  2015-02-22 15:29 ` vries at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2015-02-18 11:42 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65102

vries at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |trivial


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/65102] gnat-style.texi warning from including fdl.texi
  2015-02-18 11:30 [Bug ada/65102] New: gnat-style.texi warning from including fdl.texi vries at gcc dot gnu.org
  2015-02-18 11:42 ` [Bug ada/65102] " vries at gcc dot gnu.org
@ 2015-02-22 15:29 ` vries at gcc dot gnu.org
  2015-03-20 10:24 ` vries at gcc dot gnu.org
  2015-08-24 15:17 ` vries at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2015-02-22 15:29 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65102

vries at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch

--- Comment #1 from vries at gcc dot gnu.org ---
https://gcc.gnu.org/ml/gcc-patches/2015-02/msg01335.html


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/65102] gnat-style.texi warning from including fdl.texi
  2015-02-18 11:30 [Bug ada/65102] New: gnat-style.texi warning from including fdl.texi vries at gcc dot gnu.org
  2015-02-18 11:42 ` [Bug ada/65102] " vries at gcc dot gnu.org
  2015-02-22 15:29 ` vries at gcc dot gnu.org
@ 2015-03-20 10:24 ` vries at gcc dot gnu.org
  2015-08-24 15:17 ` vries at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2015-03-20 10:24 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65102

--- Comment #2 from vries at gcc dot gnu.org ---
gnat-style.texi part approved:
https://gcc.gnu.org/ml/gcc-patches/2015-02/msg01337.html

requested approval for fdl.texi part from docs co-maintainer:
https://gcc.gnu.org/ml/gcc-patches/2015-03/msg01056.html


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/65102] gnat-style.texi warning from including fdl.texi
  2015-02-18 11:30 [Bug ada/65102] New: gnat-style.texi warning from including fdl.texi vries at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2015-03-20 10:24 ` vries at gcc dot gnu.org
@ 2015-08-24 15:17 ` vries at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2015-08-24 15:17 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65102

--- Comment #4 from vries at gcc dot gnu.org ---
pinged: https://gcc.gnu.org/ml/gcc-patches/2015-08/msg01425.html


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-08-24 15:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-18 11:30 [Bug ada/65102] New: gnat-style.texi warning from including fdl.texi vries at gcc dot gnu.org
2015-02-18 11:42 ` [Bug ada/65102] " vries at gcc dot gnu.org
2015-02-22 15:29 ` vries at gcc dot gnu.org
2015-03-20 10:24 ` vries at gcc dot gnu.org
2015-08-24 15:17 ` vries at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).