From f5ddd3b0a9522ef9933fc04743e476c0c303e181 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Tue, 31 Mar 2009 21:45:14 +0200 Subject: [PATCH] Fix typo in manual. * doc/automake.texi (Simple Tests using parallel-tests): Fix typo. Signed-off-by: Ralf Wildenhues --- ChangeLog | 6 ++++++ doc/automake.texi | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 66b947242..e60c688c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-03-31 Akim Demaille + + Fix typo in manual. + * doc/automake.texi (Simple Tests using parallel-tests): Fix + typo. + 2009-03-31 Jim Meyering Avoid test failure due to paranoid TAR_OPTIONS envvar setting. diff --git a/doc/automake.texi b/doc/automake.texi index db15df7fb..14552cf66 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -8660,7 +8660,7 @@ to avoid this limitation. Please note that it is currently not possible to use @code{$(srcdir)/} or @code{$(top_srcdir)/} in the @code{TESTS} variable. This technical limitation is necessary to avoid generating test logs in the source tree -and has the unfortunate consequence thast it is not possible to specify +and has the unfortunate consequence that it is not possible to specify distributed tests that are themselves generated by means of explicit rules, in a way that is portable to all @command{make} implementations (@pxref{Make Target Lookup,,, autoconf, The Autoconf Manual}, the -- 2.47.2