summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-06-11 11:32:54 +0200
committerJim Meyering <meyering@redhat.com>2012-06-11 11:38:23 +0200
commit8cabb1a2d9e1894d373011fafd6c67924c166fa3 (patch)
treeca766ab276f9e9859d8a4ea7d3b33067250b1a19
parentf496493047a1d89525f4559ec6566919e759ac36 (diff)
downloadgnulib-8cabb1a2d9e1894d373011fafd6c67924c166fa3.tar.gz
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
-rw-r--r--ChangeLog7
-rw-r--r--top/maint.mk2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e7eebc77db..aa35679ba0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-06-11 Jim Meyering <meyering@redhat.com>
+
+ 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 <karl@gnu.org>
* build-aux/gnupload: with --dry-run, do not ask for gpg pw.
diff --git a/top/maint.mk b/top/maint.mk
index bcdbe0129b..f0b889bc9a 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_)