summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllison Karlitskaya <allison.karlitskaya@redhat.com>2021-07-09 09:03:30 -0700
committerJim Meyering <meyering@fb.com>2021-07-11 19:41:54 -0700
commit3d9460bcb23565b15293738445afbb7614cdf759 (patch)
tree5630d9d9d2accb5dd97066b6d401d215a7a155e9
parent314c55f0633ab80c43c4f97e1b1f954cff776f05 (diff)
downloadautomake-3d9460bcb23565b15293738445afbb7614cdf759.tar.gz
maint: tweak comment wording
* doc/automake.texi (List of Automake options): Nit. * t/dist-no-built-sources.sh: Likewise.
-rw-r--r--doc/automake.texi6
-rw-r--r--t/dist-no-built-sources.sh2
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/automake.texi b/doc/automake.texi
index c1c7b9f2b..dd932ddd7 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 8d2d8a099..622e48f0e 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