Re: [Cgdb-devel] Bug in cgdb.texinfo
Brought to you by:
bobbybrasko,
crouchingturbo
From: Bob R. <bob...@co...> - 2006-06-24 18:11:58
|
On Sat, Jun 24, 2006 at 10:09:05AM -0400, Andrew Lofthouse wrote: > Hi all, > > I've just discovered cgdb via cgywin, and now I'm trying to get it > packaged in Fedora Extras. I've noticed a minor problem, though. There > needs to be some spaces (or tabs) between the name of the texinfo node > and the title. Otherwise, info can't find the correct node from the dir > menu. Here's a diff: > > --- cgdb-0.6.3/doc/cgdb.info 2006-06-03 14:10:03.000000000 -0400 > +++ cgdb-0.6.3/doc/cgdb.info.new 2006-06-24 08:31:26.000000000 > -0400 > @@ -21,7 +21,7 @@ > > INFO-DIR-SECTION Software development > START-INFO-DIR-ENTRY > -* CGDB: (CGDB)GNU Ncurses front end to GDB. > +* CGDB: (CGDB) GNU Ncurses front end to GDB. > END-INFO-DIR-ENTRY Yes, I see this now, thanks. I will apply this to the trunk. Thanks, Bob Rossi |