From: David Bateman<Dav...@mo...> - 2003-03-27 14:18:45
|
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 Also you'll either have to include the macro @seealso, or replace it in your script make_index... D. -- David Bateman Dav...@mo... Motorola CRM +33 1 69 35 25 00 (Ph) Espace Technologique, Commune de St Aubin +33 1 69 35 25 01 (Fax) 91193 Gif-Sur-Yvette FRANCE The information contained in this communication has been classified as: [x] General Business Information [ ] Motorola Internal Use Only [ ] Motorola Confidential Proprietary |