summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-12-31 08:47:34 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-12-31 08:47:34 +0100
commitbbce9c2b229b4791974f0433c75b0bdd4ebc7c4e (patch)
treedaf4f96ba49dd6bf8752a0a30d7d2bb47c05909c /doc
parentbff8cecacd4a9f5697fe9c5c0a72c29c0c8ca947 (diff)
parent0878bd3455f488f5c70f2ba92cc0139319026ec0 (diff)
downloadautomake-bbce9c2b229b4791974f0433c75b0bdd4ebc7c4e.tar.gz
Merge branch 'dist-lzip' into maint
* dist-lzip: dist: add support for lzip compression
Diffstat (limited to 'doc')
-rw-r--r--doc/automake.texi16
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/automake.texi b/doc/automake.texi
index a690b6758..4bae611b1 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -8666,6 +8666,11 @@ environment variable. For example, @samp{make dist-bzip2 BZIP2=-7}.
Generate a gzip tar archive of the distribution.
@trindex dist-gzip
+@item @code{dist-lzip}
+Generate a @samp{lzip} tar archive of the distribution. @command{lzip}
+archives are frequently smaller than @command{bzip2}-compressed archives.
+@trindex dist-lzip
+
@item @code{dist-lzma}
Generate an @samp{lzma} tar archive of the distribution. @command{lzma}
archives are frequently smaller than @command{bzip2}-compressed archives.
@@ -9278,6 +9283,12 @@ Cause @command{dejagnu}-specific rules to be generated. @xref{DejaGnu Tests}.
Hook @code{dist-bzip2} to @code{dist}.
@trindex dist-bzip2
+@item @option{dist-lzip}
+@cindex Option, @option{dist-lzip}
+@opindex dist-lzip
+Hook @code{dist-lzip} to @code{dist}.
+@trindex dist-lzip
+
@item @option{dist-lzma}
@cindex Option, @option{dist-lzma}
@opindex dist-lzma
@@ -9478,7 +9489,8 @@ In order to use this option with C sources, you should add
These three mutually exclusive options select the tar format to use
when generating tarballs with @samp{make dist}. (The tar file created
is then compressed according to the set of @option{no-dist-gzip},
-@option{dist-bzip2}, @option{dist-xz} and @option{dist-tarZ} options in use.)
+@option{dist-bzip2}, @option{dist-lzip}, @option{dist-xz} and
+@option{dist-tarZ} options in use.)
These options must be passed as arguments to @code{AM_INIT_AUTOMAKE}
(@pxref{Macros}) because they can require additional configure checks.
@@ -13542,4 +13554,4 @@ parentheses is the number of generated test cases.
@c LocalWords: LTALLOCA MALLOC malloc memcmp strdup alloca libcompat xyz DFOO
@c LocalWords: unprefixed buildable preprocessed DBAZ DDATADIR WARNINGCFLAGS
@c LocalWords: LIBFOOCFLAGS LIBFOOLDFLAGS ftable testSubDir obj LIBTOOLFLAGS
-@c LocalWords: barexec Pinard's automatize initialize lzma xz
+@c LocalWords: barexec Pinard's automatize initialize lzip lzma xz