summaryrefslogtreecommitdiff
path: root/lib/Automake/Rule.pm
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-09-17 06:31:33 -0600
committerEric Blake <eblake@redhat.com>2010-09-17 14:07:20 -0600
commit978dfcf5d79630e656a6c1e99a7a8cf2a838688a (patch)
treed012945cec60a1f2f2d377832fb088cb084f8f5b /lib/Automake/Rule.pm
parente09f00c8aada78d19c199bb6f7743330dc086afa (diff)
downloadautomake-978dfcf5d79630e656a6c1e99a7a8cf2a838688a.tar.gz
Avoid triple-space after period.
* automake.in (handle_single_transform): Avoid 3 spaces at sentence end. * ChangeLog.03: Likewise. * lib/Automake/ChannelDefs.pm: Likewise. * lib/Automake/Channels.pm (_print_message): Likewise. * lib/Automake/Rule.pm (rule): Likewise. * lib/Automake/Variable.pm (var): Likewise. * lib/am/distdir.am: Likewise. * tests/insthook.test: Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'lib/Automake/Rule.pm')
-rw-r--r--lib/Automake/Rule.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Automake/Rule.pm b/lib/Automake/Rule.pm
index 68b3ea51f..8fc525064 100644
--- a/lib/Automake/Rule.pm
+++ b/lib/Automake/Rule.pm
@@ -1,4 +1,4 @@
-# Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004, 2006, 2007, 2010 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -488,7 +488,7 @@ sub suffixes ()
=item C<rule ($rulename)>
Return the C<Automake::Rule> object for the rule
-named C<$rulename> if defined. Return 0 otherwise.
+named C<$rulename> if defined. Return 0 otherwise.
=cut