help-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[help-texinfo] texinfo 5.0 questions (texi2any -> html)


From: Joel Sherrill
Subject: [help-texinfo] texinfo 5.0 questions (texi2any -> html)
Date: Tue, 19 Feb 2013 16:41:14 -0600
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2

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
address@hidden        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
Support Available                (256) 722-9985




reply via email to

[Prev in Thread] Current Thread [Next in Thread]