automake-patches
[Top][All Lists]
Advanced

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

FYI: tune maintainer-check for "Unescaped @"s.


From: Alexandre Duret-Lutz
Subject: FYI: tune maintainer-check for "Unescaped @"s.
Date: Sun, 20 Aug 2006 16:54:20 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

2006-08-20  Alexandre Duret-Lutz  <address@hidden>

        * Makefile.am (maintainer-check): Fine-tune the "Unescaped @"
        check so it doesn't complain about the '@ 's in node "Standard
        Directory Variables".

Index: Makefile.am
===================================================================
RCS file: /cvs/automake/automake/Makefile.am,v
retrieving revision 1.246
diff -u -r1.246 Makefile.am
--- Makefile.am 19 Aug 2006 15:55:51 -0000      1.246
+++ Makefile.am 20 Aug 2006 14:53:10 -0000
@@ -290,7 +290,7 @@
          echo 'Do not use tabs in the manual.' 1>&2; \
          exit 1; \
        fi
-       @if grep -E '(address@hidden|^)@([       ]|$$)' 
$(srcdir)/doc/automake.texi; \
+       @if grep -E '(address@hidden|^)@([       address@hidden|$$)' 
$(srcdir)/doc/automake.texi; \
        then \
          echo 'Unescaped @.' 1>&2; \
          exit 1; \
-- 
Alexandre Duret-Lutz





reply via email to

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