]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
docs: TAR envvar overrides "tar" for make dist.
authorKarl Berry <karl@freefriends.org>
Tue, 26 May 2020 01:20:01 +0000 (18:20 -0700)
committerKarl Berry <karl@freefriends.org>
Tue, 26 May 2020 01:20:01 +0000 (18:20 -0700)
This change finishes https://bugs.gnu.org/9822.

* doc/automake.texi (Basics of Distribution): mention that
environment variable TAR overrides "tar".

doc/automake.texi

index 7cc7bcbca0fe8cd67cb14a32b4e9f3604d3edb7b..332cac15304459052508efe083fcb36beaf8281a 100644 (file)
@@ -8422,10 +8422,16 @@ for how these variables get their values, from either defaults or explicit
 values -- it's slightly trickier than one would expect).
 More precisely the gzipped @code{tar} file is named
 @samp{$@{PACKAGE@}-$@{VERSION@}.tar.gz}.
+
 @vindex GZIP_ENV
 You can use the @command{make} variable @code{GZIP_ENV} to control how gzip
 is run.  The default setting is @option{--best}.
 
+@c See automake #9822.
+@vindex TAR
+You can set the environment variable @code{TAR} to override the tar
+program used; it defaults to @code{tar}.
+
 @cindex @code{m4_include}, distribution
 @cindex @code{include}, distribution
 @acindex m4_include