From: Akim Demaille Date: Tue, 31 Mar 2009 19:45:14 +0000 (+0200) Subject: Fix typo in manual. X-Git-Tag: v1.11~32^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5ddd3b0a9522ef9933fc04743e476c0c303e181;p=thirdparty%2Fautomake.git Fix typo in manual. * doc/automake.texi (Simple Tests using parallel-tests): Fix typo. Signed-off-by: Ralf Wildenhues --- 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