summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-17 10:58:54 +0100
committerJim Meyering <meyering@redhat.com>2012-01-21 15:13:32 +0100
commit2ca285bdbc0da7102cb3aa59d697afe3af7e0d06 (patch)
tree45388e76565efdf43b3c3d6c00f452ee76f8dda1
parent5fdbf57c6aa5468e47dca0d0d0330196517b2e17 (diff)
downloadautoconf-2ca285bdbc0da7102cb3aa59d697afe3af7e0d06.tar.gz
maint: placate syntax-check rules: exempt some false positives
* cfg.mk: Exempt maint.mk from the "undesirable word seq" check. Exempt maint.mk and autoconf.texi from the test_minus_ao check.
-rw-r--r--cfg.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index a66c247c..5c2e5e54 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -116,3 +116,7 @@ update-copyright-env = \
# Prevent incorrect NEWS edits.
old_NEWS_hash = 6a8aa950938fba063f3dc2b0e11e67e8
+
+exclude_file_name_regexp--sc_prohibit_undesirable_word_seq = ^maint\.mk$$
+exclude_file_name_regexp--sc_prohibit_test_minus_ao = \
+ ^(maint\.mk|doc/autoconf\.texi)$$