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.
This commit is contained in:
Jim Meyering 2012-01-17 10:58:54 +01:00
parent 5fdbf57c6a
commit 2ca285bdbc

4
cfg.mk
View File

@ -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)$$