* Makefile.maint (sc_the_the): New rule.
authorJim Meyering <jim@meyering.net>
Sat, 8 Jul 2006 06:08:34 +0000 (06:08 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 8 Jul 2006 06:08:34 +0000 (06:08 +0000)
ChangeLog
Makefile.maint

index 4e9f78d..79b3ae4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-07-08  Jim Meyering  <jim@meyering.net>
 
+       * Makefile.maint (sc_the_the): New rule.
+
        * src/dd.c (skip): Remove one of two adjacent "the"s in a comment.
 
 2006-07-07  Jim Meyering  <jim@meyering.net>
index 6d28393..10170a7 100644 (file)
@@ -254,6 +254,11 @@ sc_sun_os_names:
          { echo '$(ME): found misuse of Sun OS version numbers' 1>&2;  \
            exit 1; } || :
 
+sc_the_the:
+       @grep -ni '\<the ''the\>' $$($(CVS_LIST_EXCEPT)) &&             \
+         { echo '$(ME): found use of "the ''the";' 1>&2;               \
+           exit 1; } || :
+
 sc_tight_scope:
        $(MAKE) -C src $@