This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GDB assumes texinfo 4.0 ...



On Sun, 20 Jan 2002, Andrew Cagney wrote:

> I've a fuzzy memory that once GDB started assuming 4.0 some chunks of 
> the doco files could be simplified.  Anyone?

That'd be the @if... nuisance: Texinfo 3.x couldn't have some
commands (@top, I think) inside some conditional, like @ifnottex, so
we have the Top node twice: once @ifinfo, the other @ifhtml.  This
kludge should be dropped, and the @top node and its menu should be
simply in @ifnottex.

Likewise, I think you can now have @contents at the beginning, rather
than having it twice, once @iftex and the other for @ifinfo/@ifhtml.

In general, grep doc/*.tex* for "3.12", and you will find what you are
looking for ;-)  And don't forget to grep mi/*.tex*, too!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]