From cebf7f7371c7e333ec82159fb7c333306328d802 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 8 Jul 2002 08:04:08 +0000 Subject: [PATCH] check only for $@" --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index decb7d82cd..ef6ecc2a9f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -31,7 +31,7 @@ $(INFO_DEPS): $(EXTRA_DIST) # List words/regexps here that should not appear in the texinfo documentation. check-texinfo: grep timezone $(srcdir)/*.texi && exit 1 || : - grep '[^@]@"' $(srcdir)/*.texi && exit 1 || : + grep '\$$@"' $(srcdir)/*.texi && exit 1 || : @PERL@ -ne \ '/\bPOSIX\b/ && !/\@acronym{POSIX}/ || /{posix}/ and print,exit 1' \ $(srcdir)/*.texi 2> /dev/null && : || exit 1 -- 2.47.3