* top/maint.mk (texinfo_suffix_re_): Fix default regexp.
2010-04-15 Jim Meyering <meyering@redhat.com>
+ maint.mk: texinfo_suffix_re_: correct the default regexp
+ * top/maint.mk (texinfo_suffix_re_): Fix default regexp.
+
* top/maint.mk (sc_texinfo_acronym): Improve filename regexp, and
make it configurable via texinfo_suffix_re_.
$(_sc_search_regexp)
# Don't use Texinfo @acronym{} as it is not a good idea.
-texinfo_suffix_re_ ?= \\.(txi|texi(nfo)?)$$
+texinfo_suffix_re_ ?= \.(txi|texi(nfo)?)$$
sc_texinfo_acronym:
@prohibit='@acronym\{' \
in_vc_files='$(texinfo_suffix_re_)' \