bug-texinfo
[Top][All Lists]
Advanced

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

Re: texinfo-5.0.91 pretest available


From: Joel Sherrill
Subject: Re: texinfo-5.0.91 pretest available
Date: Mon, 11 Mar 2013 15:20:38 -0500
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3

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