From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13131 invoked by alias); 17 Jan 2002 07:36:09 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 13080 invoked from network); 17 Jan 2002 07:36:06 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 17 Jan 2002 07:36:06 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id JAA13129; Thu, 17 Jan 2002 09:35:12 +0200 (IST) Date: Wed, 16 Jan 2002 23:36:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Andrew Cagney cc: gdb-patches@sources.redhat.com Subject: Re: [rfa] Add ``Maintenance Commands'' appendix In-Reply-To: <3C45E31B.8010403@cygnus.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-01/txt/msg00474.txt.bz2 On Wed, 16 Jan 2002, Andrew Cagney wrote: > Attached is a revised patch. It moves the ``maint info breakpoints'' > and adds a reference. it appears to work with texinfo 4.0*, texi2html > (1.64) and pdftex. How does it look? Looks fine. > Regarding a switch to ``makeinfo --html'' I think I'll put it on hold. > I gave it a quick trial but tripped up on two points: I couldn't figure > out where exactly it was putting the generated files (it wanted a > gdb.html/ directory but put only index.html in it) That's a bug in 4.0d; fixed in the next pretest that should be available shortly (I'm told by the Texinfo maintainer). > I found the > generated pages too fine grained (down to a section not chapter). It splits by nodes, so what's important is where are the @node directives, not @chapter or @section. I think for a Web-based manual, a node is the right split point, as chapters can be very large.