[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GTK documentation in Emacs
From: |
Jan D. |
Subject: |
Re: GTK documentation in Emacs |
Date: |
Sat, 11 Jan 2003 09:29:18 +0100 (CET) |
> > Date: Fri, 10 Jan 2003 21:45:39 +0100
> > From: "Jan D." <address@hidden>
> > >
> > > In general, please use just "@node Foo", without the prev/next/up
> > > links, as in "@node GTK widget paths". This makes it easier to move
> > > nodes around.
> >
> > Hmm, I had that at first and then makeinfo complained. I probably
> > did something wrong, I'll look in to this.
>
> For this to work, you need to put the nodes in the depth-first-search
> order, and you need to have a menu item in the parent node for each of
> its child nodes. makeinfo should tell what is wrong, but if you
> cannot figure out its messages, please post them and I will try to
> help.
When I use "@node Foo" only I get this:
./xresources.texi:585: `GTK widget paths' has no Up field.
./xresources.texi:636: `GTK names in Emacs' has no Up field.
./xresources.texi:720: `GTK styles' has no Up field.
makeinfo: Removing output file `../info/emacs' due to errors; use --force to
preserve.
I don't know how to fix that except by adding the prev/next/up links.
Jan D.