On 3/9/2013 3:43 AM, Patrice Dumas wrote:
On Fri, Mar 08, 2013 at 11:38:30PM -0600, Joel Sherrill wrote:
Hi

Another buglet or oddity.

texi2any produces a clean top level index.html.

It looks like the texi2html output with our modified top node
and menu structure produces an index.html which quickly
redirects you to top with the message:

<p>The node you are looking for is at <a href="c_user.html#Top">Top</a>.</p>
Indeed, the default for the Top node/ @top element is manual_name.html
for texi2html. So you h*ave to specify --top-file=index.html.  As you
already do in fact, according to
http://rtemsramblings.blogspot.fr/2013/02/rtems-texinfo-tools-update.html


Looks like the blog was correct and the command used by the actual build
was wrong. It was "--top-file index.html". But that wasn't the only Makefile
mistake. Thanks to another typo "$< $<", the document appeared twice
on the command line. Fixing that seemed to have corrected the issue.

Is this expected?

Thanks.

texi2html -D use-html --split node --node-files -o started/ \
  --top-file=index.html --init-file=../texi2html_init \
  -I /home/joel/rtems-4.11-work/rtems//doc/started \
  -I /home/joel/rtems-4.11-work/rtems//doc -I .. -I . \
  --menu /home/joel/rtems-4.11-work/rtems//doc/started/started.texi \
  /home/joel/rtems-4.11-work/rtems//doc/started/started.texi

--
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