[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] branch master updated: doc: correct "moved in", to "mo
From: |
Jim Meyering |
Subject: |
[automake-commit] branch master updated: doc: correct "moved in", to "moved to" |
Date: |
Sat, 24 Oct 2020 00:13:32 -0400 |
This is an automated email from the git hooks/post-receive script.
meyering pushed a commit to branch master
in repository automake.
View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=310edf02fb3f6da76500c813900d4cea7d9f36d8
The following commit(s) were added to refs/heads/master by this push:
new 310edf0 doc: correct "moved in", to "moved to"
310edf0 is described below
commit 310edf02fb3f6da76500c813900d4cea7d9f36d8
Author: Jim Meyering <meyering@fb.com>
AuthorDate: Fri Oct 23 21:13:09 2020 -0700
doc: correct "moved in", to "moved to"
* NEWS: Correct wording.
* contrib/README: Likewise.
* doc/automake.texi: Likewise.
---
NEWS | 8 ++++----
contrib/README | 2 +-
doc/automake.texi | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/NEWS b/NEWS
index eb17e48..fa35bf1 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 f43e1da..6e27482 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 dbeaf01..ed7e2e2 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [automake-commit] branch master updated: doc: correct "moved in", to "moved to",
Jim Meyering <=