bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: new syntax-check rule for @acronym?


From: jemarch
Subject: Re: new syntax-check rule for @acronym?
Date: Fri, 26 Mar 2010 21:34:45 +0100
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/23.1.91 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

   > +# 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  <address@hidden>
                  http://www.jemarch.net
GNU Project       http://www.gnu.org






reply via email to

[Prev in Thread] Current Thread [Next in Thread]