From: Patrick Welche Date: Tue, 27 Jul 2010 19:54:33 +0000 (+0200) Subject: Fix typo in the manual. X-Git-Tag: v1.11.1b~66^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=294d1bf8f71a53dafbde03f6fd7e29816216dacd;p=thirdparty%2Fautomake.git Fix typo in the manual. * doc/automake.texi (Scripts): Fix typo. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index ac51b18a0..cf028ddcb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-07-27 Patrick Welche (tiny change) + + Fix typo in the manual. + * doc/automake.texi (Scripts): Fix typo. + 2010-07-27 Ralf Wildenhues Document current policy for development with git. diff --git a/doc/automake.texi b/doc/automake.texi index c6067f970..0fd233b70 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -6912,7 +6912,7 @@ script is distributed in its final, installable form, the dist_bin_SCRIPTS = my_script @end example -Script are not distributed by default; as we have just seen, those +Scripts are not distributed by default; as we have just seen, those that should be distributed can be specified using a @code{dist_} prefix as with other primaries.