maint.mk: texinfo_suffix_re_: correct the default regexp
authorJim Meyering <meyering@redhat.com>
Thu, 15 Apr 2010 11:50:16 +0000 (13:50 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 15 Apr 2010 11:50:16 +0000 (13:50 +0200)
* top/maint.mk (texinfo_suffix_re_): Fix default regexp.

ChangeLog
top/maint.mk

index ccc17d9..7098e41 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 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_.
 
index 4d87b4a..cb8461c 100644 (file)
@@ -660,7 +660,7 @@ sc_GFDL_version:
          $(_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_)'                             \