changeset 13880:fe3adfe381fa

maint.mk: add a URL discussing the no-@acronym policy * top/maint.mk (sc_texinfo_acronym): Add a URL in a comment.
author Jim Meyering <meyering@redhat.com>
date Wed, 17 Nov 2010 07:55:25 +0100
parents 608c8fdccab5
children b692389b222f
files ChangeLog top/maint.mk
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Nov 18 21:30:29 2010 -0800
+++ b/ChangeLog	Wed Nov 17 07:55:25 2010 +0100
@@ -1,3 +1,8 @@
+2010-11-17  Jim Meyering  <meyering@redhat.com>
+
+	maint.mk: add a URL discussing the no-@acronym policy
+	* top/maint.mk (sc_texinfo_acronym): Add a URL in a comment.
+
 2010-11-18  Paul Eggert  <eggert@cs.ucla.edu>
 
 	ftoastr: depend on snprintf, improve comments
--- a/top/maint.mk	Thu Nov 18 21:30:29 2010 -0800
+++ b/top/maint.mk	Wed Nov 17 07:55:25 2010 +0100
@@ -741,7 +741,8 @@
 	halt='GFDL vN, N!=3'						\
 	  $(_sc_search_regexp)
 
-# Don't use Texinfo @acronym{} as it is not a good idea.
+# Don't use Texinfo's @acronym{}.
+# http://lists.gnu.org/archive/html/bug-gnulib/2010-03/msg00321.html
 texinfo_suffix_re_ ?= \.(txi|texi(nfo)?)$$
 sc_texinfo_acronym:
 	@prohibit='@acronym\{'						\