From: Paul K. <pki...@ja...> - 2003-03-27 14:35:09
|
On Thu, Mar 27, 2003 at 03:18:20PM +0100, David Bateman wrote: > According to Paul Kienzle <pki...@ja...> (on 03/27/03): > > Yes, I tried to fix it a week or two ago. The problem > > is that the info to html conversion is broken on my machines(?!), > > so no texinfo help is showing. I'm using the following > > (more or less): > > > > cat file.texi | makeinfo --fill-column 80 --no-warn --no-validate --force --html --ifinfo > file.html > > > > If anyone knows a better incantation, I would like to know. > > Shouldn't that read.. > > cat file.texi | makeinfo --fill-column 80 --no-warn --no-validate --force --html --ifinfo -o - > file.html That seems to do it. Thanks. The new version has been posted. > > Also you'll either have to include the macro @seealso, or replace it in your > script make_index... Yes, I was doing that already. Paul Kienzle pki...@us... |