summaryrefslogtreecommitdiff
path: root/NG-NEWS
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-01-09 13:42:18 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-01-09 13:58:22 +0100
commit352e10c12329a2d04a8a7254ad77050ce68bc221 (patch)
tree43928a821cd4131736a82bda24588b5f14ceceb9 /NG-NEWS
parentb0656d1c508c976be56ff053c8295d922bab69ef (diff)
downloadautomake-352e10c12329a2d04a8a7254ad77050ce68bc221.tar.gz
texi: overriding of 'dist-info' target is broken
Due to the differences in the codebase of Automake-NG and mainline Automake, that (undocumented) capability has been lost. Not a big deal, since in the long term, we should give a proper API to obtain that effect, instead of forcing the user to employ and undocumented hack. So, until we have decided on that API, just mark the test checking for the lost capability as "XFAIL." * Makefile.am (XFAIL_TESTS): Add 't/txinfo-nodist-info.sh'. * NG-NEWS: Document the regression. Related adjustments and updated. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'NG-NEWS')
-rw-r--r--NG-NEWS26
1 files changed, 22 insertions, 4 deletions
diff --git a/NG-NEWS b/NG-NEWS
index ab584d3ba..624093ecc 100644
--- a/NG-NEWS
+++ b/NG-NEWS
@@ -261,14 +261,32 @@ Distribution
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)