> +# 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; } || :

   This hangs for non-GNU projects, like libvirt, that have no .texi
   documentation.  We really need to make progress on the patch to refactor
   maint.mk rules per Jose's ideas:
   http://lists.gnu.org/archive/html/bug-gnulib/2010-02/msg00242.html
   which would conveniently fix this rule in the process.

Wow! I have been delaying that for one month!  Ok, now it is my
priority task for this weekend :)

I am splitting the patch following your suggestions.  I will send them
ASAP.

--
Jose E. Marchesi  <jema...@gnu.org>
                  http://www.jemarch.net
GNU Project       http://www.gnu.org




Reply via email to