X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=top%2Fmaint.mk;h=315b22317e5a2dab8ad583d009ae4e7c7583111e;hb=423d3cac13c30bb0d5f85e5fac6ab1406ed1731a;hp=d51944b0c8b77645cdf12da1532905f59fb5f543;hpb=0eb0dd3797b2685a7a9e7776f5f17777dd59140f;p=gnulib.git diff --git a/top/maint.mk b/top/maint.mk index d51944b0c..315b22317 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -741,7 +741,8 @@ sc_GFDL_version: 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\{' \ @@ -820,6 +821,7 @@ sc_prohibit_test_minus_ao: # Avoid a test bashism. sc_prohibit_test_double_equal: @prohibit='(\ $(prev_version_file) $(MAKE) update-NEWS-hash - perl -pi -e '$$. == 3 and print "$(noteworthy)\n\n\n"' NEWS + perl -pi -e '$$. == 3 and print "$(gl_noteworthy_news_)\n\n\n"' NEWS $(emit-commit-log) > .ci-msg $(VC) commit -F .ci-msg -a rm .ci-msg