[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] 01/03: maint: tweak comment wording
From: |
Jim Meyering |
Subject: |
[automake-commit] 01/03: maint: tweak comment wording |
Date: |
Sun, 11 Jul 2021 23:33:54 -0400 |
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=3d9460bcb23565b15293738445afbb7614cdf759
commit 3d9460bcb23565b15293738445afbb7614cdf759
Author: Allison Karlitskaya <allison.karlitskaya@redhat.com>
AuthorDate: Fri Jul 9 09:03:30 2021 -0700
maint: tweak comment wording
* doc/automake.texi (List of Automake options): Nit.
* t/dist-no-built-sources.sh: Likewise.
---
doc/automake.texi | 6 +++---
t/dist-no-built-sources.sh | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/automake.texi b/doc/automake.texi
index c1c7b9f..dd932dd 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -3068,7 +3068,7 @@ macro.
@item AC_CONFIG_HEADERS
Automake will generate rules to rebuild these headers from the
corresponding templates (usually, the template for a @file{foo.h}
-header being @file{foo.h.in}).
+header being @file{foo.h.in}).
As with @code{AC_CONFIG_FILES} (@pxref{Requirements}), parts of the
specification using shell variables will be ignored as far as
@@ -10465,8 +10465,8 @@ files, and doesn't compile anything as a side-effect.
The default is
for @samp{$(distdir)} to depend on @samp{$(BUILT_SOURCES)} because it
is common, at least among GNU packages, to want to build the program
to generate man pages with @code{help2man} (@pxref{Errors with
-distclean}). Admittedly the default behavior should perhaps be not to
-have the dependency, but to preserve compatibility, we don't want to
+distclean}). Admittedly the default behavior should perhaps be to
+omit the dependency, but to preserve compatibility, we don't want to
change it now.
@item @option{no-dist-gzip}
diff --git a/t/dist-no-built-sources.sh b/t/dist-no-built-sources.sh
index 8d2d8a0..622e48f 100644
--- a/t/dist-no-built-sources.sh
+++ b/t/dist-no-built-sources.sh
@@ -61,7 +61,7 @@ EOF
! tar tf "${pkg_ver}".tar.gz "${pkg_ver}"/x.c
tar tf "${pkg_ver}".tar.gz "${pkg_ver}"/y.c
- # And x.c should only have been built for the built-sources version.
+ # And x.c should have been built only for the built-sources version.
if test "$testopt" = no-built-sources; then
# no-built-sources should not have generated this
! test -e x.c