previous change).
-Obsolete Features Removed
-=========================
+Texinfo
+=======
-* Extension-less info files are no longer supported.
+* Extension-less info files are no longer supported (mainline Automake
+ has been warning against them since version 1.13.2, albeit it continues
+ to support them for backward-compatibility).
* The only accepted suffix for input Texinfo files is now '.texi'; the
once-accepted values '.txi' and '.texinfo' are no longer handled, and
- their use will trigger an error.
+ their use will trigger an error (mainline Automake has been warning
+ against these suffixes since version 1.13.2, albeit it continues to
+ support them for backward-compatibility).
+
+* Disabling distribution of generated '.info' files be re-defining the
+ 'dist-info' target, as in:
+
+ dist-info:
+ @:
+
+ (which has always been an undocumented hack in Automake) no longer
+ works. We are still considering whether to make an equivalent
+ capability available with a new, cleaner and documented API.
+
+
+Obsolete Features Removed
+=========================
* If the sources for a target library like 'libfoo.a' or 'libbar.la' are
not explicitly specified, mainline Automake looks also (respectively)