dist: deprecated shar and tar+compress formats
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 10 May 2013 17:22:06 +0000 (19:22 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 10 May 2013 17:23:27 +0000 (19:23 +0200)
commit780299d96327ac43de44e38173c0162ed2c10474
tree4221965f06b83c73c500004aec18878f5dccd3cb
parent0736c67c71d2d8611d48abb253a9058736bd18bd
dist: deprecated shar and tar+compress formats

See also discussion about automake wishlist bug#13324.

* lib/Automake/Options.pm: Give proper warnings in the 'obsolete'
category if the 'dist-shar' or 'dist-tarZ' options are used.
* lib/distdir.am: When the 'dist-tarZ' or 'dist-shar' targets are
invoked, make them give a non-fatal warning.
* doc/automake.texi: Report the new deprecations.
* t/dist-shar.sh: New test.
* t/dist-tarZ.sh: Likewise.
* t/lzma.sh: While at it, rename ...
* t/dist-lzma.sh: ... like this, and tweak it to keep more in
sync with the new tests.
* t/dist-formats.tap: Remove references to deprecated formats.
* t/list-of-tests.mk: Adjust.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
doc/automake.texi
lib/Automake/Options.pm
lib/am/distdir.am
t/dist-formats.tap
t/dist-lzma.sh [moved from t/lzma.sh with 95% similarity]
t/dist-shar.sh [new file with mode: 0755]
t/dist-tarZ.sh [new file with mode: 0755]
t/list-of-tests.mk