From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12385 invoked by alias); 26 Mar 2003 22:47:11 -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 12377 invoked from network); 26 Mar 2003 22:47:11 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 26 Mar 2003 22:47:11 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id A9A992B23; Wed, 26 Mar 2003 17:47:01 -0500 (EST) Message-ID: <3E822DE5.2050207@redhat.com> Date: Wed, 26 Mar 2003 22:47:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa:doco] inline gdbmi.texinfo and annotate.texinfo in gdb.texinfo References: <3E80CEE7.6090609@redhat.com> <7458-Wed26Mar2003061550+0200-eliz@elta.co.il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-03/txt/msg00532.txt.bz2 >> Date: Tue, 25 Mar 2003 16:49:27 -0500 >> From: Andrew Cagney >> >> The attatched merges the gdbmi.texinfo and annotate.texinfo into >> gdb.texinfo. >> >> Seeing as I was doing annotate, I figured I might as well do gdb/mi. It >> only deletes gdbmi.texinfo, as I've plans for annotate.texinfo. >> >> It also does a s/@example/@smallexample/ on those inlined files. >> >> ok? > > > I don't mind, but what's the reasons for merging gdbmi.texinfo? A simple `I might as well integrate both at the same time'. The separate gdbmi.texinfo file is a throw-back to before MI was contributed. Andrew