]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Fix ambivalent wording introduced with last patch.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 6 Jun 2008 05:53:17 +0000 (07:53 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 6 Jun 2008 05:53:17 +0000 (07:53 +0200)
* doc/automake.texi (Extending): Fix ambivalent wording.
Report by Ben Pfaff.

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

index adcf1db9af9298c876d7dc09c58f97c837520e38..4f0a80975951c3b1ae41ba533644e8f2476fdc53 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * doc/automake.texi (Extending): Fix ambivalent wording.
+       Report by Ben Pfaff.
+
 2008-06-04  Karl Berry  <karl@freefriends.org>
 
        * doc/automake.texi (Install, Hard-Coded Install Paths):  Fix
index 5c601dc9ec979831783fb79c64b50407cb77455d..47ea2e0119977fae5d41080a5571d99db8f269c4 100644 (file)
@@ -9296,8 +9296,8 @@ make, there is no way to be sure of that.
 @trindex dist-hook
 
 In contrast, some rules also have a way to run another rule, called a
-@dfn{hook}; these are always executed after their work is done.  The
-hook is named after the principal target, with @samp{-hook} appended.
+@dfn{hook}; hooks are always executed after the main rule's 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}, and
 @code{distcheck}.