* Re: [Jim Blandy <jimb@cygnus.com>] RFA: Don't pass -glossary flag to texi2html
[not found] <npbsjedkou.fsf@zwingli.cygnus.com>
@ 2001-10-11 15:17 ` Eli Zaretskii
2001-10-11 15:32 ` Andrew Cagney
0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2001-10-11 15:17 UTC (permalink / raw)
To: jimb; +Cc: gdb-patches
> From: Jim Blandy <jimb@zwingli.cygnus.com>
> Date: 11 Oct 2001 14:46:09 -0500
>
> You have have missed it, but this is a patch to gdb/doc/Makefile.in.
I didn't miss it, it's just that I never use texi2html (and frankly
don't understand why won't we use "makeinfo --html"), and Andrew
already gave his blessing.
So if you need my approval as well, consider it given.
Thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Jim Blandy <jimb@cygnus.com>] RFA: Don't pass -glossary flag to texi2html
2001-10-11 15:17 ` [Jim Blandy <jimb@cygnus.com>] RFA: Don't pass -glossary flag to texi2html Eli Zaretskii
@ 2001-10-11 15:32 ` Andrew Cagney
2001-10-11 17:17 ` Jim Blandy
0 siblings, 1 reply; 5+ messages in thread
From: Andrew Cagney @ 2001-10-11 15:32 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: jimb, gdb-patches
>> From: Jim Blandy <jimb@zwingli.cygnus.com>
>> Date: 11 Oct 2001 14:46:09 -0500
>>
>> You have have missed it, but this is a patch to gdb/doc/Makefile.in.
>
>
> I didn't miss it, it's just that I never use texi2html (and frankly
> don't understand why won't we use "makeinfo --html"), and Andrew
> already gave his blessing.
From memory, at the time texi2html gave better output than `makeinfo
--html` (why it was better I don't remember). It is probably getting
near high time to re-consider the decision.
enjoy,
Andrew
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Jim Blandy <jimb@cygnus.com>] RFA: Don't pass -glossary flag to texi2html
2001-10-11 15:32 ` Andrew Cagney
@ 2001-10-11 17:17 ` Jim Blandy
2001-10-11 23:39 ` Eli Zaretskii
0 siblings, 1 reply; 5+ messages in thread
From: Jim Blandy @ 2001-10-11 17:17 UTC (permalink / raw)
To: Andrew Cagney; +Cc: Eli Zaretskii, gdb-patches
Andrew Cagney <ac131313@cygnus.com> writes:
> >> From: Jim Blandy <jimb@zwingli.cygnus.com>
> >> Date: 11 Oct 2001 14:46:09 -0500
> >>
> >> You have have missed it, but this is a patch to gdb/doc/Makefile.in.
> >
> >
> > I didn't miss it, it's just that I never use texi2html (and frankly
> > don't understand why won't we use "makeinfo --html"), and Andrew
> > already gave his blessing.
>
> From memory, at the time texi2html gave better output than `makeinfo
> --html` (why it was better I don't remember). It is probably getting
> near high time to re-consider the decision.
From gdb/doc/Makefile.in:
# Note that texinfo 4.0's makeinfo --html can only generate a
# single file, which would be too large, so continue to use
# texi2html. -sts 2000-03-28
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Jim Blandy <jimb@cygnus.com>] RFA: Don't pass -glossary flag to texi2html
2001-10-11 17:17 ` Jim Blandy
@ 2001-10-11 23:39 ` Eli Zaretskii
2001-10-12 13:52 ` Jim Blandy
0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2001-10-11 23:39 UTC (permalink / raw)
To: jimb; +Cc: ac131313, gdb-patches
> From: Jim Blandy <jimb@zwingli.cygnus.com>
> Date: 11 Oct 2001 19:18:05 -0500
>
> Andrew Cagney <ac131313@cygnus.com> writes:
> > >> From: Jim Blandy <jimb@zwingli.cygnus.com>
> > >> Date: 11 Oct 2001 14:46:09 -0500
> > >>
> > >> You have have missed it, but this is a patch to gdb/doc/Makefile.in.
> > >
> > >
> > > I didn't miss it, it's just that I never use texi2html (and frankly
> > > don't understand why won't we use "makeinfo --html"), and Andrew
> > > already gave his blessing.
> >
> > From memory, at the time texi2html gave better output than `makeinfo
> > --html` (why it was better I don't remember). It is probably getting
> > near high time to re-consider the decision.
>
> >From gdb/doc/Makefile.in:
>
> # Note that texinfo 4.0's makeinfo --html can only generate a
> # single file, which would be too large, so continue to use
> # texi2html. -sts 2000-03-28
March 2000? That's ages ago ;-)
Anyway, there are versions of Texinfo on alpha.gnu.org which support
split by node. Also, I have a small program I wrote years ago which
can split an HTML file produced by makeinfo by nodes (and rewrite all
the xrefs, so they stay valid).
texi2html has a problem that it doesn't support all the latest
additions to Texinfo, so using it will put a drag on us when we will
want to use those new features. (Did someone see what do @ifnothtml
and @ifnottex do in texi2html?)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Jim Blandy <jimb@cygnus.com>] RFA: Don't pass -glossary flag to texi2html
2001-10-11 23:39 ` Eli Zaretskii
@ 2001-10-12 13:52 ` Jim Blandy
0 siblings, 0 replies; 5+ messages in thread
From: Jim Blandy @ 2001-10-12 13:52 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: ac131313, gdb-patches
"Eli Zaretskii" <eliz@is.elta.co.il> writes:
> > >From gdb/doc/Makefile.in:
> >
> > # Note that texinfo 4.0's makeinfo --html can only generate a
> > # single file, which would be too large, so continue to use
> > # texi2html. -sts 2000-03-28
>
> March 2000? That's ages ago ;-)
Yep. But 4.0 is still the latest released version. :(
> Anyway, there are versions of Texinfo on alpha.gnu.org which support
> split by node. Also, I have a small program I wrote years ago which
> can split an HTML file produced by makeinfo by nodes (and rewrite all
> the xrefs, so they stay valid).
Wow!
> texi2html has a problem that it doesn't support all the latest
> additions to Texinfo, so using it will put a drag on us when we will
> want to use those new features. (Did someone see what do @ifnothtml
> and @ifnottex do in texi2html?)
Oh, texi2html is a total mess. Code to handle -glossary is actually
present in the code, but I couldn't follow the logic far enough to see
why it didn't work.
I'd much rather use makeinfo, if it behaves acceptably.
If you know the folks maintaining texinfo, is there any chance you
could prompt them to look over the patch I sent them last week?
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-10-12 13:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <npbsjedkou.fsf@zwingli.cygnus.com>
2001-10-11 15:17 ` [Jim Blandy <jimb@cygnus.com>] RFA: Don't pass -glossary flag to texi2html Eli Zaretskii
2001-10-11 15:32 ` Andrew Cagney
2001-10-11 17:17 ` Jim Blandy
2001-10-11 23:39 ` Eli Zaretskii
2001-10-12 13:52 ` Jim Blandy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox