bug-texinfo
[Top][All Lists]
Advanced

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

Re: @top & @nocde before change was Re: RTEMS and texinfo-5.0


From: Joel Sherrill
Subject: Re: @top & @nocde before change was Re: RTEMS and texinfo-5.0
Date: Wed, 20 Feb 2013 16:07:53 -0600
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2

On 2/19/2013 5:00 PM, Patrice Dumas wrote:
On Tue, Feb 19, 2013 at 04:42:46PM -0600, Joel Sherrill wrote:
On 2/19/2013 4:36 PM, Patrice Dumas wrote:
And to make matters worse, at least the way I fixed this
is broken with 4.13. :(

/home/joel/rtems-4.11-work/rtems//doc/started/started.texi:59: @top
used before @node, defaulting to Getting Started With RTEMS.

Is there an order which works with both? This stuff is subtle
and I wouldn't be surprised if I hadn't tripped across it. :(
The classical way is simply to put the @node Top just before the @top
line.  But it also depends on what you want to do.  Maybe having the
@node Top last was not an oversight?  You may also try to have a node
that is not the @node Top right before @top, if you wish.

The combination I lucked into was:

=============================================
@node Top, Introduction, (dir), (dir)
@top Getting Started With RTEMS

This is the online version of the Getting Started with RTEMS.

@menu
...
@end menu

@include ....
=============================================

For at least one manual that made makeinfo 4.13 and 5.0 happy.

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