From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3837 invoked by alias); 31 Mar 2003 17:52:49 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 3830 invoked from network); 31 Mar 2003 17:52:48 -0000 Received: from unknown (HELO white) (68.14.146.65) by sources.redhat.com with SMTP; 31 Mar 2003 17:52:48 -0000 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1903Si-0002j2-00 for ; Mon, 31 Mar 2003 12:52:48 -0500 Date: Mon, 31 Mar 2003 17:52:00 -0000 From: Bob Rossi To: gdb@sources.redhat.com Subject: Re: makeinfo with gdb.texinfo Message-ID: <20030331175248.GC10233@white> Mail-Followup-To: gdb@sources.redhat.com References: <20030331172211.GB10233@white> <20030331174222.GA30182@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030331174222.GA30182@nevyn.them.org> User-Agent: Mutt/1.3.28i X-SW-Source: 2003-03/txt/msg00415.txt.bz2 On Mon, Mar 31, 2003 at 12:42:22PM -0500, Daniel Jacobowitz wrote: > On Mon, Mar 31, 2003 at 12:22:11PM -0500, Bob Rossi wrote: > > Hi, > > > > I am trying to figure out what the correct way to build the documentation > > is. I want to create an info file. From the research I have done online, > > it seems as if 'makeinfo gdb.texinfo' should be the correct command. > > > > This is the output I get. > > > > bob@black:~/cvs/src/gdb/doc$ makeinfo gdb.texinfo > > gdb.texinfo:11: @include `gdb-cfg.texi': No such file or directory. > > Try running "make info" in a configured directory instead. > > -- > Daniel Jacobowitz > MontaVista Software Debian GNU/Linux Developer That worked great. Thanks. Does anyone know why I don't see the changed results I put into gdb.texinfo when I do 'make info' in gdb.info? The command 'make info' always update the gdb.info file when its supposed to ( running makeinfo ). However when I view the file gdb.info using pinfo, I don't see the changes. Also, when I grep for my changes, I see them in gdb.info-11, gdb.info-17 and gdb.texinfo. Does this make any sense? Thanks, Bob Rossi