summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--contrib/README2
-rw-r--r--doc/automake.texi2
3 files changed, 6 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index eb17e483b..fa35bf120 100644
--- a/NEWS
+++ b/NEWS
@@ -76,7 +76,7 @@ New in ?.?.?:
with accompany target checklinkx to recheck urls.
- install-exec target depends on $(BUILT_SOURCES).
-
+
- valac argument matching more precise, to avoid garbage in DIST_COMMON.
* Distribution
@@ -96,7 +96,7 @@ New in 1.16.2:
* New features added
- add zstd support and the automake option, dist-zstd.
-
+
- support for Python 3: py-compile now supports both Python 3
and Python 2; tests do not require .pyo files, and uninstall
deletes __pycache__ correctly (automake bug #32088).
@@ -2815,7 +2815,7 @@ New in 1.7:
using a `dirlist' file within the aclocal directory.
* automake --output-dir is deprecated.
* The part of the distcheck target that checks whether uninstall actually
- removes all installed files has been moved in a separate target,
+ removes all installed files has been moved to a separate target,
distuninstallcheck, so it can be overridden easily.
* Many bug fixes.
@@ -2861,7 +2861,7 @@ New in 1.6:
* EXTRA_DIST can contain generated directories.
* Support for dot-less extensions in suffix rules.
* The part of the distcheck target that checks whether distclean actually
- cleans all built files has been moved in a separate target, distcleancheck,
+ cleans all built files has been moved to a separate target, distcleancheck,
so it can be overridden easily.
* `make distcheck' will pass additional options defined in
$(DISTCHECK_CONFIGURE_FLAGS) to configure.
diff --git a/contrib/README b/contrib/README
index f43e1da9b..6e274825b 100644
--- a/contrib/README
+++ b/contrib/README
@@ -20,4 +20,4 @@ There are several reasons that a feature might be kept in contrib:
3. The feature was an historical one, mostly obsolete but still used in the
wild. We want to deprecate it and remove it from the Automake core, but
cannot remove it altogether, for the sake of the existing usage, so it
- gets moved in contrib.
+ gets moved to contrib.
diff --git a/doc/automake.texi b/doc/automake.texi
index dbeaf01f5..ed7e2e242 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -12181,7 +12181,7 @@ differ only in case (e.g., @file{makefile} and @file{Makefile}).
Nowadays it is no longer worth worrying about the 8.3 limits of
DOS file systems.
-@c FIXME This should probably be moved in the "Checking the Distribution"
+@c FIXME This should probably be moved to the "Checking the Distribution"
@c FIXME section...
@node Errors with distclean
@section Errors with distclean