>From 6b8f20088def2f54c8d62e8a0baaa249511ed0f2 Mon Sep 17 00:00:00 2001 Message-Id: In-Reply-To: References: From: Stefano Lattarini Date: Tue, 22 Jan 2013 12:08:43 +0100 Subject: [PATCH 2/5] docs: make even clearer 'dist-gzip' is the default. See automake bug#13520. * doc/automake.texi (The Types of Distributions): Here. Signed-off-by: Stefano Lattarini --- doc/automake.texi | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/automake.texi b/doc/automake.texi index 8052600..76761a7 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -8656,6 +8656,11 @@ Automake generates rules to provide archives of the project for distributions in various formats. Their targets are: @table @asis address@hidden @code{dist-gzip} +Generate a @samp{gzip} tar archive of the distribution. This is the +only format enabled by default. address@hidden dist-gzip + @vindex BZIP2 @item @code{dist-bzip2} Generate a bzip2 tar archive of the distribution. bzip2 archives are @@ -8665,10 +8670,6 @@ To make it use a different one, set the @env{BZIP2} environment variable. For example, @samp{make dist-bzip2 BZIP2=-7}. @trindex dist-bzip2 address@hidden @code{dist-gzip} -Generate a gzip tar archive of the distribution. address@hidden dist-gzip - @item @code{dist-lzip} Generate an @samp{lzip} tar archive of the distribution. @command{lzip} archives are frequently smaller than @command{bzip2}-compressed archives. -- 1.8.1.rc3.438.ge9abef6