diff top/maint.mk @ 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 cf12b14b472b
line wrap: on
line diff
--- 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_)'				\