[gcc/devel/modula-2] PR-107524 Ensure gm2.texi has a top node

Gaius Mulley gaius@gcc.gnu.org
Fri Nov 4 13:38:34 GMT 2022


https://gcc.gnu.org/g:a72dedb728316c8c598e31d5c617f1cce0af536e

commit a72dedb728316c8c598e31d5c617f1cce0af536e
Author: Gaius Mulley <gaiusmod2@gmail.com>
Date:   Fri Nov 4 13:37:34 2022 +0000

    PR-107524 Ensure gm2.texi has a top node
    
    Building html docs from gm2.texi fails due to missing top node.
    
    2022-11-04  Matthias Klose  <doko@debian.org>
    
    gcc/ChangeLog:
    
            * doc/gm2.texi: Remove conditional around top node.
    
    Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>

Diff:
---
 gcc/doc/gm2.texi | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gcc/doc/gm2.texi b/gcc/doc/gm2.texi
index 5d7b800a046..eb08ef78ca2 100644
--- a/gcc/doc/gm2.texi
+++ b/gcc/doc/gm2.texi
@@ -64,10 +64,8 @@ Boston, MA 02110-1301, USA@*
 
 @c `Top' Node and Master Menu
 
-@ifinfo
 @node Top, Overview, (dir), (dir)
 @top Introduction
-@end ifinfo
 
 @menu
 * Overview::         What is GNU Modula-2.


More information about the Gcc-cvs mailing list