+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
@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}.