docs: '.txi' and '.texinfo' extensions are deprecated
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 22 Jan 2013 12:28:38 +0000 (13:28 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 22 Jan 2013 12:36:45 +0000 (13:36 +0100)
And Automake will warn about them (since commit 'v1.13.1-6-ge1ed314').

* doc/automake.texi (Texinfo): Adjust.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
doc/automake.texi

index 26ff60e..e700ab9 100644 (file)
@@ -7823,9 +7823,9 @@ Currently Automake provides support for Texinfo and man pages.
 If the current directory contains Texinfo source, you must declare it
 with the @code{TEXINFOS} primary.  Generally Texinfo files are converted
 into info, and thus the @code{info_TEXINFOS} variable is most commonly used
-here.  Any Texinfo source file must end in the @file{.texi},
-@file{.txi}, or @file{.texinfo} extension.  We recommend @file{.texi}
-for new manuals.
+here.  Any Texinfo source file should have the @file{.texi} extension.
+Automake also accepts @file{.txi} or @file{.texinfo} extensions, but their
+use is discouraged now, and will elicit runtime warnings.
 
 Automake generates rules to build @file{.info}, @file{.dvi},
 @file{.ps}, @file{.pdf} and @file{.html} files from your Texinfo