summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-06-30 18:29:38 +0200
committerJim Meyering <meyering@redhat.com>2012-06-30 18:29:38 +0200
commitfdfac0d15920a1930f1e46c00683381ae1f77638 (patch)
tree1c26a027ce2c9ffe731deed5f34ab1d1943b15a9 /cfg.mk
parentb0d8d3242998852e1a8a58b3f1b48186ad1063ec (diff)
downloadcoreutils-fdfac0d15920a1930f1e46c00683381ae1f77638.tar.xz
maint: avoid false-positive syntax-check failure due to fail=0 in .texi
* cfg.mk (exclude_file_name_regexp--sc_prohibit_fail_0): Exempt all .texi files.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index de05c4b7c..36458a489 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -463,7 +463,7 @@ exclude_file_name_regexp--sc_file_system = \
exclude_file_name_regexp--sc_prohibit_always_true_header_tests = \
^m4/stat-prog\.m4$$
exclude_file_name_regexp--sc_prohibit_fail_0 = \
- (^scripts/git-hooks/commit-msg|^tests/init\.sh|Makefile\.am|\.mk)$$
+ (^.*/git-hooks/commit-msg|^tests/init\.sh|Makefile\.am|\.mk|.*\.texi)$$
exclude_file_name_regexp--sc_prohibit_atoi_atof = ^lib/euidaccess-stat\.c$$
tbi_1 = ^tests/pr/|(^gl/lib/reg.*\.c\.diff|Makefile(\.am)?|\.mk|^man/help2man)$$