From: Ralf Wildenhues Date: Fri, 6 Mar 2009 06:34:08 +0000 (+0100) Subject: manual: Fix logic in AM_MAINTAINER_MODE description. X-Git-Tag: v1.10b~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32defaf039f2ee42cca07d079412f4e554f461b5;p=thirdparty%2Fautomake.git manual: Fix logic in AM_MAINTAINER_MODE description. * doc/automake.texi (maintainer-mode): Fix logic in AM_MAINTAINER_MODE description. * THANKS: Update. Report by Daniel Kahn Gillmor. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 3e05c7ec6..49c2543c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-03-06 Ralf Wildenhues + + * doc/automake.texi (maintainer-mode): Fix logic in + AM_MAINTAINER_MODE description. + * THANKS: Update. + Report by Daniel Kahn Gillmor. + 2009-03-05 Ralf Wildenhues * lib/gnupload: Change conffile name to `.gnuploadrc'. diff --git a/THANKS b/THANKS index 25de1e386..c99d63486 100644 --- a/THANKS +++ b/THANKS @@ -61,6 +61,7 @@ Clifford Wolf clifford@clifford.at Dalibor Topic robilad@kaffe.org danbp danpb@nospam.postmaster.co.uk Daniel Jacobowitz drow@false.org +Daniel Kahn Gillmor dkg@fifthhorseman.net Dave Brolley brolley@redhat.com Dave Morrison dave@bnl.gov David A. Swierczek swiercze@mr.med.ge.com diff --git a/doc/automake.texi b/doc/automake.texi index effa23b1f..0dfa9c709 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -10026,7 +10026,7 @@ The user can override the default setting by passing either @samp{--enable-maintainer-mode} or @samp{--disable-maintainer-mode} to @command{configure}. -People use @code{AM_MAINTAINER_MODE} either because they do want their +People use @code{AM_MAINTAINER_MODE} either because they do not want their users (or themselves) annoyed by timestamps lossage (@pxref{CVS}), or because they simply can't stand the rebuild rules and prefer running maintainer tools explicitly.