Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* GDB's texi to html conversion; Was: [Jim Blandy <jimb@cygnus.com>] RFA: Don't pass -glossary flag to texi2html
       [not found]       ` <5567-Fri12Oct2001083936+0200-eliz@is.elta.co.il>
@ 2001-10-12  9:38         ` Andrew Cagney
  2001-10-12 10:23           ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Cagney @ 2001-10-12  9:38 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: jimb, gdb

[change mailing list, change subject line]

>> >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?)

On this, the texi to html converter and web page process does need an 
update ....

The update is needed because I need to get a ``(C) FSF yada yada yada'' 
appended to the bottom of all the generated pages.  This is to bring 
those pages into line with current FSF web page policy.  I also wouldn't 
mind changing how/where the pages get installed but that is a separate 
problem.

I do have reservations over using a non-released version of makeinfo.

enjoy,
Andrew


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GDB's texi to html conversion; Was: [Jim Blandy <jimb@cygnus.com>] RFA: Don't pass -glossary flag to texi2html
  2001-10-12  9:38         ` GDB's texi to html conversion; Was: [Jim Blandy <jimb@cygnus.com>] RFA: Don't pass -glossary flag to texi2html Andrew Cagney
@ 2001-10-12 10:23           ` Eli Zaretskii
  2001-10-19 16:25             ` Andrew Cagney
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2001-10-12 10:23 UTC (permalink / raw)
  To: ac131313; +Cc: jimb, gdb

> Date: Fri, 12 Oct 2001 12:37:55 -0400
> From: Andrew Cagney <ac131313@cygnus.com>
> 
> I do have reservations over using a non-released version of makeinfo.

Obviously, it's your call.  IMHO the generation of HTML is not
terribly important because I expect it to be used almost exclusively
for the GDB Web page.  It's not really a user-level feature, it's a
maintainer's feature.  If that's true, using a non-released version
shouldn't harm anyone but you ;-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GDB's texi to html conversion; Was: [Jim Blandy <jimb@cygnus.com>] RFA: Don't pass -glossary flag to texi2html
  2001-10-12 10:23           ` Eli Zaretskii
@ 2001-10-19 16:25             ` Andrew Cagney
  2001-10-19 23:51               ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Cagney @ 2001-10-19 16:25 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: jimb, gdb

>> Date: Fri, 12 Oct 2001 12:37:55 -0400
>> From: Andrew Cagney <ac131313@cygnus.com>
>> 
>> I do have reservations over using a non-released version of makeinfo.
> 
> 
> Obviously, it's your call.  IMHO the generation of HTML is not
> terribly important because I expect it to be used almost exclusively
> for the GDB Web page.  It's not really a user-level feature, it's a
> maintainer's feature.  If that's true, using a non-released version
> shouldn't harm anyone but you  [;-)] 

When it comes down to it, I probably shouldn't care - the most important 
thing is good web pages.  Where can I get this magic texinfo?

Andrew



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GDB's texi to html conversion; Was: [Jim Blandy <jimb@cygnus.com>] RFA: Don't pass -glossary flag to texi2html
  2001-10-19 16:25             ` Andrew Cagney
@ 2001-10-19 23:51               ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2001-10-19 23:51 UTC (permalink / raw)
  To: ac131313; +Cc: jimb, gdb

> Date: Fri, 19 Oct 2001 19:25:26 -0400
> From: Andrew Cagney <ac131313@cygnus.com>
> > 
> > Obviously, it's your call.  IMHO the generation of HTML is not
> > terribly important because I expect it to be used almost exclusively
> > for the GDB Web page.  It's not really a user-level feature, it's a
> > maintainer's feature.  If that's true, using a non-released version
> > shouldn't harm anyone but you  [;-)] 
> 
> When it comes down to it, I probably shouldn't care - the most important 
> thing is good web pages.  Where can I get this magic texinfo?

Here:

  ftp://alpha.gnu.org/gnu/texinfo-4.0c.tar.gz


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-10-19 23:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <npbsjedkou.fsf@zwingli.cygnus.com>
     [not found] ` <3405-Fri12Oct2001001736+0200-eliz@is.elta.co.il>
     [not found]   ` <3BC61DEC.1080902@cygnus.com>
     [not found]     ` <nphet5d83m.fsf@zwingli.cygnus.com>
     [not found]       ` <5567-Fri12Oct2001083936+0200-eliz@is.elta.co.il>
2001-10-12  9:38         ` GDB's texi to html conversion; Was: [Jim Blandy <jimb@cygnus.com>] RFA: Don't pass -glossary flag to texi2html Andrew Cagney
2001-10-12 10:23           ` Eli Zaretskii
2001-10-19 16:25             ` Andrew Cagney
2001-10-19 23:51               ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox