dist: add support for lzip compression
authorAntonio Diaz Diaz <ant_diaz@teleline.es>
Fri, 30 Dec 2011 13:35:18 +0000 (14:35 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 30 Dec 2011 13:42:19 +0000 (14:42 +0100)
commit0878bd3455f488f5c70f2ba92cc0139319026ec0
tree426aabe4e20584ceab5eaa0906705341cfbe689f
parentcec3f327d5b70c8dba59485f221813e281cc972c
dist: add support for lzip compression

* NEWS: Update.
* automake.in (handle_dist): Recognize dist-lzip.
(make_paragraphs): Map LZIP to dist-lzip.
* doc/automake.texi (Dist, Options): Describe dist-lzip.
* lib/Automake/Options.pm (_process_option_list): Recognize
`dist-lzip'.
* lib/am/distdir.am (dist-lzip): New target.
(DIST_ARCHIVES) [?LZIP?]: Add `dist-lzip'.
(dist, dist-all) [?LZIP?]: Add command to create an lzip-compressed
tarball.
(distcheck): Handle lzip-compressed tarballs just like the others.
* tests/lzip.test: New test.
* tests/Makefile.am (TESTS): Add it.
NEWS
automake.in
doc/automake.texi
lib/Automake/Options.pm
lib/am/distdir.am
tests/Makefile.am
tests/lzip.test [new file with mode: 0644]