From a5ebf351f7d41aff1e3716930d687096b3d4475d Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 3 Jan 2013 19:02:52 +0100 Subject: [PATCH] NEWS: improve wordings in entry deprecating suffix-less info files Signed-off-by: Stefano Lattarini --- NEWS | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b8106adcc..02a34df75 100644 --- a/NEWS +++ b/NEWS @@ -53,7 +53,15 @@ New in 1.13.2: - Use of suffix-less info files (that can be specified through the '@setfilename' macro in Texinfo input files) is discouraged, and - its use will raise warnings in the 'obsolete' category. + its use will raise warnings in the 'obsolete' category. Simply + use the '.info' extension for all your info files, transforming + usages like: + + @setfilename myprogram + + into: + + @setfilename myprogram.info - Use of Texinfo input files with '.txi' or '.texinfo' extensions is discouraged, and its use will raise warnings in the 'obsolete' -- 2.47.2