summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2004-11-24 21:07:56 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2004-11-24 21:07:56 +0000
commitb6520e82906bd93492c1a4eaa7996caa347b1137 (patch)
treeca908963ab5bf36439fda1e41392ddfa6c33de9a /Makefile.am
parentc05c0c90c2dfec183fd7dc10fb2ec5a3e2c0c2e5 (diff)
downloadautomake-b6520e82906bd93492c1a4eaa7996caa347b1137.tar.gz
* Makefile.am (maintainer-clean): Check for unescaped @ in manual.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6bffc9f05..b0f03e336 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -262,6 +262,11 @@ maintainer-check: automake aclocal
echo 'Do not use tabs in the manual.' 1>&2; \
exit 1; \
fi
+ @if grep -E '([^@]|^)@([ ]|$$)' $(srcdir)/doc/automake.texi; \
+ then \
+ echo 'Unescaped @.' 1>&2; \
+ exit 1; \
+ fi
cvs-dist: maintainer-check