From 85b3216cdcbe047fb4d2b0fac7ee43b46dc384b5 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 15 Apr 2010 13:44:21 +0200 Subject: [PATCH] top/maint.mk (sc_texinfo_acronym): Improve filename regexp. --- ChangeLog | 5 +++++ top/maint.mk | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 94e49f944..ccc17d96b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-04-15 Jim Meyering + + * top/maint.mk (sc_texinfo_acronym): Improve filename regexp, and + make it configurable via texinfo_suffix_re_. + 2010-04-14 Eric Blake strtok_r: relax license to LGPLv2+ diff --git a/top/maint.mk b/top/maint.mk index 6942730b7..4d87b4ac7 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -660,9 +660,10 @@ sc_GFDL_version: $(_sc_search_regexp) # Don't use Texinfo @acronym{} as it is not a good idea. +texinfo_suffix_re_ ?= \\.(txi|texi(nfo)?)$$ sc_texinfo_acronym: - @prohibit='@acronym{' \ - in_vc_files='\.texi$$' \ + @prohibit='@acronym\{' \ + in_vc_files='$(texinfo_suffix_re_)' \ halt='found use of Texinfo @acronym{}' \ $(_sc_search_regexp) -- 2.11.0