]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
docs: forgot TAR in NEWS; fix " -- " in manual.
authorKarl Berry <karl@freefriends.org>
Tue, 26 May 2020 01:30:53 +0000 (18:30 -0700)
committerKarl Berry <karl@freefriends.org>
Tue, 26 May 2020 01:30:53 +0000 (18:30 -0700)
* NEWS: it seems the TAR envvar was never mentioned in NEWS;
add it, back for 1.11.3 when it was apparently implemented.
* doc/automake.texi: consistently use "---" instead of " --".

NEWS
doc/automake.texi

diff --git a/NEWS b/NEWS
index fc3f2dede5f67fcef9dd44bfbb97ec318df95b2a..8650db050817c68fb72cb70b0e1c4d9152cb0e3a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1389,6 +1389,7 @@ New in 1.11.3:
     script.  Similarly, the obsolescent variable '$(AMTAR)' (which you
     shouldn't be using BTW ;-) no longer invokes the 'missing' script
     to wrap tar, but simply invokes the 'tar' program itself.
+    The TAR environment variable overrides.
 
   - "make dist" can now create lzip-compressed tarballs.
 
index 332cac15304459052508efe083fcb36beaf8281a..b2afca9622c8fdc5ea2f08b9d77f0c5905603589 100644 (file)
@@ -8419,7 +8419,7 @@ distribution.  The file is named based on the @code{PACKAGE} and
 @code{AC_INIT} invocation or by a @emph{deprecated} two-arguments
 invocation of the @code{AM_INIT_AUTOMAKE} macro (see @ref{Public Macros}
 for how these variables get their values, from either defaults or explicit
-values -- it's slightly trickier than one would expect).
+values---it's slightly trickier than one would expect).
 More precisely the gzipped @code{tar} file is named
 @samp{$@{PACKAGE@}-$@{VERSION@}.tar.gz}.
 
@@ -8882,7 +8882,7 @@ Sometimes, tests can rely on non-portable tools or prerequisites, or
 simply make no sense on a given system (for example, a test checking a
 Windows-specific feature makes no sense on a GNU/Linux system).  In this
 case, accordingly to the definition above, the tests can neither be
-considered passed nor failed; instead, they are @emph{skipped} -- i.e.,
+considered passed nor failed; instead, they are @emph{skipped}- --i.e.,
 they are not run, or their result is anyway ignored for what concerns
 the count of failures and successes.  Skips are usually explicitly
 reported though, so that the user will be aware that not all of the