]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Fix grammar error in manual.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 1 Jun 2008 08:06:59 +0000 (10:06 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 1 Jun 2008 08:06:59 +0000 (10:06 +0200)
* doc/automake.texi (Extending): Fix grammar.
Report by Karl Berry.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/automake.texi

index 9eea7e5d62b82bb93d91a277ccaca2be8bc12889..3406c4184615111f5faf0c6d808c4227774d00da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * doc/automake.texi (Extending): Fix grammar.
+       Report by Karl Berry.
+
 2008-05-13  Stepan Kasal  <skasal@redhat.com>
 
        Fix typos.
index a8f3403c7deefc0eaccd440335e43acf6a02a13e..5517831525c209c0e39d4ce3163287b2ed40a8ab 100644 (file)
@@ -9287,7 +9287,7 @@ location, but you should avoid this.  (@pxref{Hard-Coded Install Paths})
 @cindex @option{-hook} targets
 @cindex hook targets
 
-Some rule also have a way to run another rule, called a @dfn{hook},
+Some rules also have a way to run another rule, called a @dfn{hook},
 after their work is done.  The hook is named after the principal target,
 with @samp{-hook} appended.  The targets allowing hooks are
 @code{install-data}, @code{install-exec}, @code{uninstall}, @code{dist},