summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-05-25 18:30:53 -0700
committerKarl Berry <karl@freefriends.org>2020-05-25 18:30:53 -0700
commitc838e0428cd4c1566b78fb0d1aab398e86c37d6f (patch)
tree123ae9d7a6d43d7f8fee38c410f0e9e6f03c5f54 /doc
parent14ac16ecda54e181b6ed56678b1ba9761e245b8f (diff)
downloadautomake-c838e0428cd4c1566b78fb0d1aab398e86c37d6f.tar.gz
docs: forgot TAR in NEWS; fix " -- " in manual.
* 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 " --".
Diffstat (limited to 'doc')
-rw-r--r--doc/automake.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/automake.texi b/doc/automake.texi
index 332cac153..b2afca962 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -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