Based on suggestions from karl@freefriends.org (Karl Berry).
+2010-03-24 Simon Josefsson <simon@josefsson.org>
+
+ * top/maint.mk (sc_texinfo_acronym): Add rule, based on
+ suggestions from karl@freefriends.org (Karl Berry).
+
2010-03-22 Eric Blake <eblake@redhat.com>
gethostname: further tweaks
@re='$(_GFDL_regexp)' msg='GFDL vN, N!=3' \
$(_prohibit_regexp)
+# Don't use Texinfo @acronym{} as it is not a good idea.
+sc_texinfo_acronym:
+ @grep -nE '@acronym{' \
+ $$($(VC_LIST_EXCEPT) | grep -E '\.texi$$') && \
+ { echo '$(ME): found use of Texinfo @acronym{}' 1>&2; \
+ exit 1; } || :
+
cvs_keywords = \
Author|Date|Header|Id|Name|Locker|Log|RCSfile|Revision|Source|State