[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug with Top and --html?
From: |
Eli Zaretskii |
Subject: |
Re: bug with Top and --html? |
Date: |
Wed, 30 Jan 2002 14:20:21 +0200 (IST) |
On Tue, 29 Jan 2002, pascal barbedor wrote:
> Here is a little file :
>
> ----------------------------------------------------------------
> @node Top,node1,,(dir)
> hello
>
> @menu
> * node1::
> * node2::
> @end menu
>
> @node node1,node2,Top,Top
> dolly
>
> @node node2,,node1,Top
>
> darling
> ------------------------------------------------------------------
>
>
> makeinfo --html file
> gives the subdir, index.html, node1.html and node2.html, all correct
>
> now in a text editor replace every instance of "Top" with "Racine" and save
>
> makeinfo --html file
> gives the subdir, and all nodes in index.html.
> node1.html and node2.html are still there but correspond to the first run
That's because your file doesn't have a @top command. The HTML mode
needs to see either @top or @node Top to start splitting correctly.
I will see if I can add a diagnostics for the case such as yours, or maybe
even eliminate the need for @top (I'm not sure it's possible).
- bug with Top and --html?, address@hidden, 2002/01/29
- Re: bug with Top and --html?, Eli Zaretskii, 2002/01/29
- Re: bug with Top and --html?, pascal barbedor, 2002/01/29
- Re: bug with Top and --html?,
Eli Zaretskii <=
- html and Top, -html and @contents, pascal barbedor, 2002/01/31
- Re: html and Top, -html and @contents, Eli Zaretskii, 2002/01/31
- Re: html and Top, -html and @contents, pascal barbedor, 2002/01/31
- Re: bug with Top and --html?, Eli Zaretskii, 2002/01/30