This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH, doc]: Rename Index node to prevent file collision
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Terry Guo <terry dot guo at arm dot com>
- Cc: brobecker at adacore dot com, joseph at codesourcery dot com, gdb-patches at sourceware dot org, michael dot hope at linaro dot org
- Date: Thu, 12 Jul 2012 10:57:05 +0300
- Subject: Re: [PATCH, doc]: Rename Index node to prevent file collision
- References: <4FD94EC0.1000009@linaro.org> <Pine.LNX.4.64.1206141505070.24877@digraph.polyomino.org.uk> <83ehphyhdn.fsf@gnu.org> <CANLjY-nrPVBk1RM7gOo4yhvzFd+agB9Xs=kUAMUJna0LP-voZQ@mail.gmail.com> <20120614220037.GO18729@adacore.com> <83txydf2nj.fsf@gnu.org> <CANLjY-kbm17+7O5cWYsR09u2dnMw_Y7f1ifweamXVFr3GF9Oiw@mail.gmail.com> <83lijle3fu.fsf@gnu.org> <CANLjY-mxLOu3+0ohZc-=N7vCDg2se-gGFzc5w8nUzZoWQ1M8oA@mail.gmail.com> <83ipekd496.fsf@gnu.org> <CANLjY-nMhcXBnACRoKeuaDf8HfA_a-hoLKyywrGc0jMbVksgeQ@mail.gmail.com> <83a9zvdh1g.fsf@gnu.org> <837guzd5q1.fsf@gnu.org> <83r4sv5k9h.fsf@gnu.org> <CANLjY-kzUB36rFtC64n-W0fdGQOh1TPoUBs9H0PNWWbjjbOOyQ@mail.gmail.com> <000201cd5f24$1ff8e8c0$5feaba40$%guo@arm.com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: "Terry Guo" <terry.guo@arm.com>
> Cc: <brobecker@adacore.com>,
> <joseph@codesourcery.com>,
> <gdb-patches@sourceware.org>,
> "'Michael Hope'" <michael.hope@linaro.org>
> Date: Wed, 11 Jul 2012 13:14:59 +0800
>
> Hi Eli,
>
> When "make html" for gdbint.texi on case-insensitive Mac OS X, we still meet
> index.html and Index.html issue. Could you please also apply same fix to
> gdbint.texi? Thanks.
Done with the patch below.
2012-07-12 Eli Zaretskii <eliz@gnu.org>
* gdbint.texinfo: Remove @syncodeindex directives that put all the
indices into a single node "Index". Instead, join function and
variable indices into a single index, separate from the concept
index. Requested in
http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
(Top): Update the top-level menu: instead of one "Index" there are
now separate entries "Concept Index" and "Function and Variable
Index".
(Concept Index, Function and Variable Index): New nodes.
(Index): Node deleted.
Index: gdbint.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v
retrieving revision 1.338
diff -u -r1.338 gdbint.texinfo
--- gdbint.texinfo 15 Jun 2012 09:21:36 -0000 1.338
+++ gdbint.texinfo 12 Jul 2012 07:55:15 -0000
@@ -28,9 +28,7 @@
@insertcopying
@end ifnottex
-
-@syncodeindex fn cp
-@syncodeindex vr cp
+@syncodeindex vr fn
@titlepage
@title @value{GDBN} Internals
@@ -93,7 +91,8 @@
* GDB Observers:: @value{GDBN} Currently available observers
* GNU Free Documentation License:: The license for this documentation
-* Index::
+* Concept Index::
+* Function and Variable Index::
@end menu
@node Summary
@@ -8132,9 +8131,14 @@
@appendix GNU Free Documentation License
@include fdl.texi
-@node Index
-@unnumbered Index
+@node Concept Index
+@unnumbered Concept Index
@printindex cp
+@node Function and Variable Index
+@unnumbered Function and Variable Index
+
+@printindex fn
+
@bye