Hi

Still trying the RTEMS documentation. I am picking up where we
left off over a year ago. :)

Here is our texi2html invocation:

texi2html --split node --init-file=../texi2html_init -I /home/joel/rtems-4.11-work/rtems/doc/shell -I /home/joel/rtems-4.11-work/rtems/doc -I .. -I . --menu /home/joel/rtems-4.11-work/rtems/doc/shell/shell.texi /home/joel/rtems-4.11-work/rtems/doc/shell/shell.texi

Here is the contents of texi2html_init:
=============================================
my $button_text = '<a href="../index.html">Library</a>';
push @SECTION_BUTTONS, \$button_text;
push @CHAPTER_BUTTONS, \$button_text;
push @MISC_BUTTONS, \$button_text;
push @TOP_BUTTONS, \$button_text;

$AFTER_BODY_OPEN =
'<A HREF="http://www.rtems.com";  target="Text Frame">
<IMG align=right BORDER=0 SRC="../images/rtems_logo.jpg" ALT="RTEMS
Logo">  </A>
<H1>RTEMS 4.10.99.0 On-Line Library</H1>
';

$PRE_BODY_CLOSE =
'Copyright &copy; 1988-2011
<A HREF="http://www.oarcorp.com"; target="Text Frame">OAR Corporation</A>
';

1;
=============================================

Advice on the proper invocation of texi2any is appreciated.

I want to switch our nightly builds of documentation for the
website to 5.0 but ensure most people can build with 4.x
since that's what is in the field.

See my email on bugs as to why that isn't possible right now.

Thanks.

--
Joel Sherrill, Ph.D.             Director of Research & Development
[email protected]        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
Support Available                (256) 722-9985


Reply via email to