changeset 13233:2376509f2722

maint.mk: texinfo_suffix_re_: correct the default regexp * top/maint.mk (texinfo_suffix_re_): Fix default regexp.
author Jim Meyering <meyering@redhat.com>
date Thu, 15 Apr 2010 13:50:16 +0200
parents 80668c656e53
children 4bca2ccf46d1
files ChangeLog top/maint.mk
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Apr 15 13:44:21 2010 +0200
+++ b/ChangeLog	Thu Apr 15 13:50:16 2010 +0200
@@ -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_.
 
--- a/top/maint.mk	Thu Apr 15 13:44:21 2010 +0200
+++ b/top/maint.mk	Thu Apr 15 13:50:16 2010 +0200
@@ -660,7 +660,7 @@
 	  $(_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_)'				\