# HG changeset patch # User Jim Meyering # Date 1302383894 -7200 # Node ID 4f85858b0e7fc9d5d9bc182ec141775fa6a8c87c # Parent 6705402fd98c565718cfcbc6a91056be1a8c1bee maint.mk: prohibit \ * top/maint.mk (sc_prohibit_the_the): New rule. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2011-04-09 Jim Meyering + maint.mk: prohibit \ + * top/maint.mk (sc_prohibit_the_the): New rule. + maint: fix "the the" in comment * lib/count-one-bits.h: s/the the/the/ diff --git a/top/maint.mk b/top/maint.mk --- a/top/maint.mk +++ b/top/maint.mk @@ -841,6 +841,11 @@ halt='do not define S_IS* macros; include ' \ $(_sc_search_regexp) +sc_prohibit_the_the: + @prohibit='\' \ + halt='avoid double "the"' \ + $(_sc_search_regexp) + sc_prohibit_can_not: @prohibit='\' \ halt='use "cannot", not "can'' not"' \