[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: foo.texi preferred
From: |
Patrice Dumas |
Subject: |
Re: foo.texi preferred |
Date: |
Fri, 30 Sep 2011 18:37:04 +0200 |
User-agent: |
Mutt/1.4.2.2i |
On Mon, Sep 26, 2011 at 09:27:04PM +0000, Karl Berry wrote:
> Can't remember if we already discussed this ... if foo.texi (or
> related), I think it should be preferred to foo, even when "foo" is
> specified on the cmdline, since that's how the old makeinfo behaved.
>
> $ cd .../texinfo/doc
> $ echo >info
> $ makeinfo info.texi
> warning: Document without nodes.
>
> (Where makeinfo = perl -x -I $txi/tp $txi/tp/texi2any.pl "$@".)
>
> The list of suffixes C makeinfo checked is:
> ".txi",
> ".texinfo",
> ".texi",
> ".txinfo",
> "",
Indeed, the current code (and texi2html) took the last of this list
instead of the first...
It is fixed now.
--
Pat