Message-Id: <200007021132.OAA07465@alpha.netvision.net.il> Date: Sun, 02 Jul 2000 14:33:36 +0200 To: Richard Dawe X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" CC: djgpp-workers AT delorie DOT com In-reply-to: <395F0F5B.713FBC28@phekda.freeserve.co.uk> (message from Richard Dawe on Sun, 02 Jul 2000 10:46:03 +0100) Subject: Re: Confusing portability statements in libc reference? References: <395DB7FA DOT 56B0ABB3 AT phekda DOT freeserve DOT co DOT uk> <200007011223 DOT PAA02128 AT mailgw1 DOT netvision DOT net DOT il> <395F0F5B DOT 713FBC28 AT phekda DOT freeserve DOT co DOT uk> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Sun, 02 Jul 2000 10:46:03 +0100 > From: Richard Dawe > > Eli Zaretskii wrote: > > (DJ uses texi2html to produce the on-line version of the docs accessible > > from www.delorie.com/djgpp/docs/). > > Presumably texinfo 4.0's HTML isn't used because a) it's effort to switch, > b) it doesn't support splitting up the HTML output into multiple files => > slow, unnavigable, etc.? Only DJ knows the real reason ;-) HTML splitting is indeed not supported in Texinfo 4.0, but I have a program to do that as a separate step (it's in faq230s.zip), and it even has a special --djtitles switch to support the headers and trailers DJ puts on his HTML files (to allow the ads). > > I think texi2html does support @multitable now, so this could be > > changed for the next version of DJGPP. Any takers? > > [Grins] Part of asking the question was a desire to fix this. So, yes, > I'll produce a patch at some point. Thanks.