Re: [help-texinfo] RTEMS Texi2any Progress

2013-02-22 Thread Patrice Dumas
On Thu, Feb 21, 2013 at 07:19:26PM -0600, Joel Sherrill wrote: First thanks for all the help. I don't know if you recall but it was less than a year ago and we were using texi2www which predates texi2html. We have a come a long way and need to push farther. :) Indeed, I (vaguely) remember.

[help-texinfo] RTEMS Texi2any Progress

2013-02-21 Thread Joel Sherrill
Hi I have made some progress. :) This command combined with a texi2any_init file is producing decent output. texi2any --html -D use-html --split node --init-file=../texi2any_init -I /home/joel/rtems-4.11-work/rtems//doc/started -I /home/joel/rtems-4.11-work/rtems//doc -I .. -I .

Re: [help-texinfo] RTEMS Texi2any Progress

2013-02-21 Thread Patrice Dumas
On Thu, Feb 21, 2013 at 02:39:46PM -0600, Joel Sherrill wrote: Hi I have made some progress. :) There is a customization variable that sets a lot of things to lead to some texi2html style, along --set-customization-variable TEXI2HTML=1 I have attached an init file that should work with

Re: [help-texinfo] RTEMS Texi2any Progress

2013-02-21 Thread Patrice Dumas
With the attachement. -- Pat use strict; use Texinfo::Convert::HTML; my $button_text = 'a href=../index.htmlLibrary/a'; my %defaults = Texinfo::Convert::HTML::converter_defaults({},{}); # or # my %defaults = Texinfo::Convert::HTML::converter_defaults({},{'TEXI2HTML' = 1}); my

Re: [help-texinfo] RTEMS Texi2any Progress

2013-02-21 Thread Joel Sherrill
First thanks for all the help. I don't know if you recall but it was less than a year ago and we were using texi2www which predates texi2html. We have a come a long way and need to push farther. :) On 2/21/2013 5:13 PM, Patrice Dumas wrote: On Thu, Feb 21, 2013 at 02:39:46PM -0600, Joel