* GDB assumes texinfo 4.0 ...
@ 2002-01-20 20:31 Andrew Cagney
2002-01-21 1:58 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Cagney @ 2002-01-20 20:31 UTC (permalink / raw)
To: gdb
I've a fuzzy memory that once GDB started assuming 4.0 some chunks of
the doco files could be simplified. Anyone?
Andrew
^ permalink raw reply [flat|nested] 2+ messages in thread
* 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
end of thread, other threads:[~2002-01-21 9:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-20 20:31 GDB assumes texinfo 4.0 Andrew Cagney
2002-01-21 1:58 ` Eli Zaretskii
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox