Commit 061151d1 by Mike Stump Committed by Mike Stump

cppinternals.texi (Index): Fix html generation with makeinfo by renaming this…

cppinternals.texi (Index): Fix html generation with makeinfo by renaming this node to Concept Index.

        * doc/cppinternals.texi (Index): Fix html generation with makeinfo by
        renaming this node to Concept Index.
        * doc/gccint.texi (Index): Likewise.  Also minor formatting tweaks
        to more closely match gcc.texi.

From-SVN: r90573
parent 610784f0
2004-11-12 Mike Stump <mrs@apple.com>
* doc/cppinternals.texi (Index): Fix html generation with makeinfo by
renaming this node to Concept Index.
* doc/gccint.texi (Index): Likewise. Also minor formatting tweaks
to more closely match gcc.texi.
2004-11-12 Jeff Law <law@redhat.com> 2004-11-12 Jeff Law <law@redhat.com>
* tree-cfg.c (hashtab.h): Include. * tree-cfg.c (hashtab.h): Include.
......
...@@ -98,7 +98,7 @@ the way they have. ...@@ -98,7 +98,7 @@ the way they have.
* Line Numbering:: Tracking location within files. * Line Numbering:: Tracking location within files.
* Guard Macros:: Optimizing header files with guard macros. * Guard Macros:: Optimizing header files with guard macros.
* Files:: File handling. * Files:: File handling.
* Index:: Index. * Concept Index:: Index.
@end menu @end menu
@node Conventions @node Conventions
...@@ -1058,8 +1058,8 @@ command line (or system) include directories to which the mapping ...@@ -1058,8 +1058,8 @@ command line (or system) include directories to which the mapping
applies. This may be higher up the directory tree than the full path to applies. This may be higher up the directory tree than the full path to
the file minus the base name. the file minus the base name.
@node Index @node Concept Index
@unnumbered Index @unnumbered Concept Index
@printindex cp @printindex cp
@bye @bye
...@@ -21,11 +21,13 @@ ...@@ -21,11 +21,13 @@
@syncodeindex pg cp @syncodeindex pg cp
@syncodeindex tp cp @syncodeindex tp cp
@paragraphindent 1
@c %**end of header @c %**end of header
@copying @copying
Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or under the terms of the GNU Free Documentation License, Version 1.2 or
...@@ -53,9 +55,11 @@ included in the section entitled ``GNU Free Documentation License''. ...@@ -53,9 +55,11 @@ included in the section entitled ``GNU Free Documentation License''.
This file documents the internals of the GNU compilers. This file documents the internals of the GNU compilers.
@sp 1 @sp 1
@insertcopying @insertcopying
@sp 1
@end ifnottex @end ifnottex
@setchapternewpage odd @setchapternewpage odd
@shorttitlepage GNU Compiler Collection Internals (GCC)
@titlepage @titlepage
@center @titlefont{GNU Compiler Collection Internals} @center @titlefont{GNU Compiler Collection Internals}
@sp 2 @sp 2
...@@ -128,7 +132,7 @@ Additional tutorial information is linked to from ...@@ -128,7 +132,7 @@ Additional tutorial information is linked to from
* Contributors:: People who have contributed to GCC. * Contributors:: People who have contributed to GCC.
* Option Index:: Index to command line options. * Option Index:: Index to command line options.
* Index:: Index of concepts and symbol names. * Concept Index:: Index of concepts and symbol names.
@end menu @end menu
@include contribute.texi @include contribute.texi
...@@ -177,8 +181,8 @@ form; it may sometimes be useful to look up both forms. ...@@ -177,8 +181,8 @@ form; it may sometimes be useful to look up both forms.
@printindex op @printindex op
@node Index @node Concept Index
@unnumbered Index @unnumbered Concept Index
@printindex cp @printindex cp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment