summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-07-08 06:08:34 +0000
committerJim Meyering <jim@meyering.net>2006-07-08 06:08:34 +0000
commitd80c39084251790a161fdb4ab5126b48233c6898 (patch)
tree0c4186c9f5ca3af23942788011e03beecc418597 /Makefile.maint
parent6b535b03bbabb96b9c7a63881680a159b4e9d9c8 (diff)
downloadcoreutils-d80c39084251790a161fdb4ab5126b48233c6898.tar.xz
* Makefile.maint (sc_the_the): New rule.
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.maint b/Makefile.maint
index 6d2839309..10170a7d6 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -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 $@