summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
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 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fc3f2dede..8650db050 100644
--- 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.