On Fri, Dec 02, 2011 at 09:36:26AM -0600, Joel Sherrill wrote: > I am glad to hear you think this isn't obvious. :) > > I added that to an init file. Invoked texi2html as follows
This init file is for the upcoming implementation to be released soon, which is part of texinfo, in the tp directory, invoked as texi2any. So it is normal that it doesn't work with texi2html... For texi2html, it would be my $button_text = '<a href="../dir.html">Directory</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 @VERSION@ On-Line Library</H1> '; 1; > Thanks. I really want to get in the mainstream. The newer tools > are certainly more capable and consistent across the output > formats. I am hoping to remove some of our conditional magic. :) texi2html is no longer maintained, in fact, the latest version released will certainly not be used a lot since I couldn't make the announce. The maintained version is texi2any from texinfo/tp. It should be part of the upcoming texinfo release, certainly to be done soon, and it has a texi2html compatibility mode. However, it is clear that it will pass some time before it hits the distros. -- Pat
