From 05e1662d817d563416ee00d9778b8429ee05a6ca Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Fri, 6 Jun 2008 07:53:17 +0200 Subject: [PATCH] Fix ambivalent wording introduced with last patch. * doc/automake.texi (Extending): Fix ambivalent wording. Report by Ben Pfaff. Signed-off-by: Ralf Wildenhues --- ChangeLog | 5 +++++ doc/automake.texi | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index adcf1db9a..4f0a80975 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-06 Ralf Wildenhues + + * doc/automake.texi (Extending): Fix ambivalent wording. + Report by Ben Pfaff. + 2008-06-04 Karl Berry * doc/automake.texi (Install, Hard-Coded Install Paths): Fix diff --git a/doc/automake.texi b/doc/automake.texi index 5c601dc9e..47ea2e011 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -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}. -- 2.47.2