[Cgdb-devel] Bug in cgdb.texinfo
Brought to you by:
bobbybrasko,
crouchingturbo
From: Andrew L. <lof...@fa...> - 2006-06-24 14:09:23
|
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 Regards, Andrew L. |