]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
doc: correct "moved in", to "moved to"
authorJim Meyering <meyering@fb.com>
Sat, 24 Oct 2020 04:13:09 +0000 (21:13 -0700)
committerJim Meyering <meyering@fb.com>
Sat, 24 Oct 2020 04:13:09 +0000 (21:13 -0700)
* NEWS: Correct wording.
* contrib/README: Likewise.
* doc/automake.texi: Likewise.

NEWS
contrib/README
doc/automake.texi

diff --git a/NEWS b/NEWS
index eb17e483bfd0b8871ae5c2e2c9697bd3161a8d19..fa35bf120774b5e69201ea53b58434efe45c948f 100644 (file)
--- 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.
index f43e1da9b1c20c3e38f8d5185bddb825c68e37f5..6e274825ba3d92eff76829d154e37a2637b9e9b9 100644 (file)
@@ -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.
index dbeaf01f5092bf9f91778c3469cf9d1745a36823..ed7e2e242aa23d51cb876439dbf824fe095ace0e 100644 (file)
@@ -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