From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29840 invoked by alias); 12 Jul 2012 07:57:34 -0000 Received: (qmail 29831 invoked by uid 22791); 12 Jul 2012 07:57:33 -0000 X-SWARE-Spam-Status: No, hits=-4.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 12 Jul 2012 07:57:14 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M7100E00FA7TH00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Thu, 12 Jul 2012 10:57:08 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M7100EEYFF79Z90@a-mtaout22.012.net.il>; Thu, 12 Jul 2012 10:57:08 +0300 (IDT) Date: Thu, 12 Jul 2012 07:57:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH, doc]: Rename Index node to prevent file collision In-reply-to: <000201cd5f24$1ff8e8c0$5feaba40$%guo@arm.com> To: Terry Guo Cc: brobecker@adacore.com, joseph@codesourcery.com, gdb-patches@sourceware.org, michael.hope@linaro.org Reply-to: Eli Zaretskii Message-id: <83bojlbeem.fsf@gnu.org> References: <4FD94EC0.1000009@linaro.org> <83ehphyhdn.fsf@gnu.org> <20120614220037.GO18729@adacore.com> <83txydf2nj.fsf@gnu.org> <83lijle3fu.fsf@gnu.org> <83ipekd496.fsf@gnu.org> <83a9zvdh1g.fsf@gnu.org> <837guzd5q1.fsf@gnu.org> <83r4sv5k9h.fsf@gnu.org> <000201cd5f24$1ff8e8c0$5feaba40$%guo@arm.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-07/txt/msg00153.txt.bz2 > From: "Terry Guo" > Cc: , > , > , > "'Michael Hope'" > 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 * 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