[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: filename format not right in INFO file
From: |
Michael Albinus |
Subject: |
Re: filename format not right in INFO file |
Date: |
08 Nov 2002 09:10:20 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
idt <address@hidden> writes:
> Thanks. Now that you mention it my make failed on the
> texinfo. Apparently the texi uses some syntax that my makeinfo
> (version 4.0) doesn't know about. Then I wrongly picked up an old
> info file installed elsewhere and assumed that enuf of the build
> worked.... an exceedingly silly assumption!
>
> Guess I better get a clean build to get good docs!
>
> -sp-
>
> makeinfo --footnote-style=end --no-split -o ../info/tramp tramp.texi
> tramp.texi:66: Unknown command `copying'.
> tramp.texi:88: Unmatched address@hidden'.
> tramp.texi:143: Unknown command `insertcopying'.
> makeinfo: Removing output file `../info/tramp' due to errors; use
> --force to preserve.
> make[1]: *** [tramp] Error 2
> make[1]: Leaving directory `/home/swl/tramp-2.0.25/texi'
> make: *** [all] Error 2
You need a recent texinfo (4.2 or so). @copying and @insertcopying
are new commands.
Best regards, Michael.