automake-patches
[Top][All Lists]
Advanced

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

Re: doc typo


From: Alexandre Duret-Lutz
Subject: Re: doc typo
Date: Wed, 24 Nov 2004 22:07:43 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

>>> "Ralf" == Ralf Wildenhues <address@hidden> writes:

 Ralf> * doc/automake.texi (Built sources example): Fix typo.

Thanks, committed.  Since this has been a frequent error, I'm
also installing this:

2004-11-24  Alexandre Duret-Lutz  <address@hidden>

        * Makefile.am (maintainer-clean): Check for unescaped @ in manual.

Index: Makefile.am
===================================================================
RCS file: /cvs/automake/automake/Makefile.am,v
retrieving revision 1.235
diff -u -r1.235 Makefile.am
--- Makefile.am 25 Oct 2004 18:59:54 -0000      1.235
+++ Makefile.am 24 Nov 2004 21:05:31 -0000
@@ -262,6 +262,11 @@
          echo 'Do not use tabs in the manual.' 1>&2; \
          exit 1; \
        fi
+       @if grep -E '(address@hidden|^)@([       ]|$$)' 
$(srcdir)/doc/automake.texi; \
+       then \
+         echo 'Unescaped @.' 1>&2; \
+         exit 1; \
+       fi
 
 
 cvs-dist: maintainer-check
-- 
Alexandre Duret-Lutz





reply via email to

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