summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-01-22 13:28:38 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-01-22 13:36:45 +0100
commitfd273c14023361a71160e17b7c267099c139a509 (patch)
tree1db2aba41c1474f4efe99ec03d6915d1d98c5793 /doc
parentb6197589c37bed3edfa37706269e066bc841206b (diff)
downloadautomake-fd273c14023361a71160e17b7c267099c139a509.tar.gz
docs: '.txi' and '.texinfo' extensions are deprecated
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/automake.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/automake.texi b/doc/automake.texi
index 26ff60ec1..e700ab9d0 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -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