summaryrefslogtreecommitdiff
path: root/doc/Makefile.in
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-16 06:53:00 +0000
committerJim Meyering <jim@meyering.net>2002-07-16 06:53:00 +0000
commit753bb04a601b68ab4ca86a64897be81956bfb207 (patch)
treeea56045e42b1ae24b97d49999260c1c51002a3e4 /doc/Makefile.in
parent99bf17613b8e957ab5615e0cc5af2cede49762d7 (diff)
downloadcoreutils-753bb04a601b68ab4ca86a64897be81956bfb207.tar.xz
.
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r--doc/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index f2057e75c..6849e493e 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -391,6 +391,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 || :
@PERL@ -ne \
'/\bPOSIX\b/ && !/\@acronym{POSIX}/ || /{posix}/ and print,exit 1' \
$(srcdir)/*.texi 2> /dev/null && : || exit 1