This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: onlinedocs/gcc/Index.html and index.html clash
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- To: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>, Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Cc: Marek Michalkiewicz <marekm at amelek dot gda dot pl>, <gcc at gcc dot gnu dot org>
- Date: Tue, 6 Aug 2002 14:31:56 +0200 (CEST)
- Subject: Re: onlinedocs/gcc/Index.html and index.html clash
On Tue, 6 Aug 2002, Joseph S. Myers wrote:
> The node name "Index" is given explicitly in gcc.texi, so could be changed
> (as long as the new name still contains the word "Index", e.g. "The
> Index", so that info readers know it's an index for the purpose of
> commands such as 'i' to look up index entries).
You mean, like the following two patches? Toon, if Joseph agrees, is
the g77 patch fine with you?
Gerald
2002-08-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* doc/gcc.texi (Top): Rename Index to Keyword Index.
Index: doc/gcc.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/gcc.texi,v
retrieving revision 1.53
diff -u -3 -p -r1.53 gcc.texi
--- doc/gcc.texi 20 Apr 2002 20:44:10 -0000 1.53
+++ doc/gcc.texi 6 Aug 2002 12:26:06 -0000
@@ -180,7 +180,7 @@ Introduction, gccint, GNU Compiler Colle
* Contributors:: People who have contributed to GCC.
* Option Index:: Index to command line options.
-* Index:: Index of concepts and symbol names.
+* Keyword Index:: Index of concepts and symbol names.
@end menu
@include frontends.texi
@@ -222,8 +222,8 @@ form; it may sometimes be useful to look
@printindex op
-@node Index
-@unnumbered Index
+@node Keyword Index
+@unnumbered Keyword Index
@printindex cp
Tue Aug 6 14:22:08 2002 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* g77.texi (Top): Rename Index to Keyword Index.
Index: f/g77.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/f/g77.texi,v
retrieving revision 1.93
diff -u -3 -p -r1.93 g77.texi
--- f/g77.texi 29 Apr 2002 07:57:20 -0000 1.93
+++ f/g77.texi 6 Aug 2002 12:26:12 -0000
@@ -275,7 +275,7 @@ most consistent with the @command{g77} p
* M: Diagnostics. Diagnostics produced by @command{g77}.
-* Index:: Index of concepts and symbol names.
+* Keyword Index:: Index of concepts and symbol names.
@end menu
@c yes, the "M: " @emph{is} intentional -- bad.def references it (CMPAMBIG)!
@@ -12262,8 +12262,8 @@ that is not Year-2000 (Y2K) compliant.
@end ifset
-@node Index
-@unnumbered Index
+@node Keyword Index
+@unnumbered Keyword Index
@printindex cp
@bye