summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2012-10-21 23:58:33 +0700
committerGary V. Vaughan <gary@gnu.org>2012-10-21 23:58:33 +0700
commit7a8bed43d6e256704c8a18246043936e7d1d8b78 (patch)
treec7b31cc09a1f8405414f64619fde97a77dcd073c /cfg.mk
parent711f2f3d452bb77bc2870a3ff986350f48ee70f6 (diff)
downloadlibtool-7a8bed43d6e256704c8a18246043936e7d1d8b78.tar.gz
bootstrap: allow bootstrap.texi to pass syntax-check.
* cfg.mk (sc_require_function_nl_brace): Skip texi files. * gl/doc/bootstrap.texi: Fix assorted syntax-check violations. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
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 10af0b69..090403f2 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -198,7 +198,7 @@ sc_prohibit_test_const_follows_var:
$(_sc_search_regexp)
# Check for opening brace on next line in shell function definition.
-exclude_file_name_regexp--sc_require_function_nl_brace = (^HACKING|\.[ch])$$
+exclude_file_name_regexp--sc_require_function_nl_brace = (^HACKING|\.[ch]|\.texi)$$
sc_require_function_nl_brace:
@for file in $$($(VC_LIST_EXCEPT)); do \
sed -n '/^func_[^ ]*[ ]*(/{ \