* Re: GDB assumes texinfo 4.0 ...
2002-01-20 20:31 GDB assumes texinfo 4.0 Andrew Cagney
@ 2002-01-21 1:58 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2002-01-21 1:58 UTC (permalink / raw)
To: Andrew Cagney; +Cc: gdb
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!
^ permalink raw reply [flat|nested] 2+ messages in thread