From: Jim Meyering Date: Mon, 11 Jun 2012 09:32:54 +0000 (+0200) Subject: maint.mk: revert most of the previous change re "all these" X-Git-Tag: v0.1~622 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=8cabb1a2d9e1894d373011fafd6c67924c166fa3 maint.mk: revert most of the previous change re "all these" * top/maint.mk (prohibit_undesirable_word_seq_RE_): Remove that pair. For rationale, see the discussion at http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/30912 --- diff --git a/ChangeLog b/ChangeLog index e7eebc77d..aa35679ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-06-11 Jim Meyering + + maint.mk: revert most of the previous change re "all these" + * top/maint.mk (prohibit_undesirable_word_seq_RE_): Remove that pair. + For rationale, see the discussion at + http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/30912 + 2012-06-10 Karl Berry * build-aux/gnupload: with --dry-run, do not ask for gpg pw. diff --git a/top/maint.mk b/top/maint.mk index bcdbe0129..f0b889bc9 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -948,7 +948,7 @@ sc_prohibit_doubled_word: bad_xref_re_ ?= (?:[\w,:;] +|(?:see|also)\s+)\@xref\{ bad_pxref_re_ ?= (?:[.!?]|(?:see|also))\s+\@pxref\{ prohibit_undesirable_word_seq_RE_ ?= \ - /(?:\bcan\s+not\b|\ball these\b|$(bad_xref_re_)|$(bad_pxref_re_))/gims + /(?:\bcan\s+not\b|$(bad_xref_re_)|$(bad_pxref_re_))/gims prohibit_undesirable_word_seq_ = \ -e 'while ($(prohibit_undesirable_word_seq_RE_))' \ $(perl_filename_lineno_text_)