]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: avoid false-positive syntax-check failure due to fail=0 in .texi
authorJim Meyering <meyering@redhat.com>
Sat, 30 Jun 2012 16:29:38 +0000 (18:29 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 30 Jun 2012 16:29:38 +0000 (18:29 +0200)
* cfg.mk (exclude_file_name_regexp--sc_prohibit_fail_0): Exempt
all .texi files.

cfg.mk

diff --git a/cfg.mk b/cfg.mk
index de05c4b7cdf0a81bf3d39deb12c7b29b2eed5e36..36458a489227c7e47880999ffb837f4a6d058fce 100644 (file)
--- 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)$$