From: Stefano Lattarini Date: Thu, 3 Jan 2013 18:02:52 +0000 (+0100) Subject: NEWS: improve wordings in entry deprecating suffix-less info files X-Git-Tag: v1.13b~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5ebf351f7d41aff1e3716930d687096b3d4475d;p=thirdparty%2Fautomake.git NEWS: improve wordings in entry deprecating suffix-less info files Signed-off-by: Stefano Lattarini --- 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'