1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-20 22:32:17 +02:00

(check-texinfo): Fail if a @footnote directive follows non-punctuation.

This commit is contained in:
Jim Meyering
2004-07-02 15:13:42 +00:00
parent 6ca52b93dc
commit cb2e51e38a

View File

@@ -34,6 +34,7 @@ check-texinfo:
grep non-zero $(srcdir)/*.texi && fail=1; \
grep -w NUL $(srcdir)/*.texi && fail=1; \
grep '\$$@"' $(srcdir)/*.texi && fail=1; \
grep -n '[^[:punct:]]@footnote' $(srcdir)/*.texi && fail=1; \
grep -n filename $(srcdir)/*.texi|grep -vE 'setfilename|{filename}' \
&& fail=1; \
$(PERL) -e 1 2> /dev/null && { $(PERL) -ne \