diff options
author | Mike Stump <mrs@apple.com> | 2004-11-13 06:46:45 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2004-11-13 06:46:45 +0000 |
commit | 061151d18f6d9c2a4cee6bf0564f5ea768b1593f (patch) | |
tree | 974b88793b3adbd15d4d5773d00c8bd67fbd499a /gcc/doc/cppinternals.texi | |
parent | 610784f0d1f99266818268ca310228a0db952e8f (diff) | |
download | gcc-061151d18f6d9c2a4cee6bf0564f5ea768b1593f.zip gcc-061151d18f6d9c2a4cee6bf0564f5ea768b1593f.tar.gz gcc-061151d18f6d9c2a4cee6bf0564f5ea768b1593f.tar.bz2 |
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
Diffstat (limited to 'gcc/doc/cppinternals.texi')
-rw-r--r-- | gcc/doc/cppinternals.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/cppinternals.texi b/gcc/doc/cppinternals.texi index 9f5863c..4b138a8 100644 --- a/gcc/doc/cppinternals.texi +++ b/gcc/doc/cppinternals.texi @@ -98,7 +98,7 @@ the way they have. * Line Numbering:: Tracking location within files. * Guard Macros:: Optimizing header files with guard macros. * Files:: File handling. -* Index:: Index. +* Concept Index:: Index. @end menu @node Conventions @@ -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 the file minus the base name. -@node Index -@unnumbered Index +@node Concept Index +@unnumbered Concept Index @printindex cp @bye |