From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14883 invoked by alias); 17 Jan 2002 23:04:15 -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 14826 invoked from network); 17 Jan 2002 23:04:14 -0000 Received: from unknown (HELO localhost.cygnus.com) (216.138.202.10) by sources.redhat.com with SMTP; 17 Jan 2002 23:04:14 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 73F423D48; Thu, 17 Jan 2002 18:04:13 -0500 (EST) Message-ID: <3C47586C.2010803@cygnus.com> Date: Thu, 17 Jan 2002 15:04:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa] Add ``Maintenance Commands'' appendix References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00497.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. Ok, I've checked it in. >> 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). Thanks, Andrew