10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350e6b8 commit 32d07a0Copy full SHA for 32d07a0
doc/src/sgml/Makefile
@@ -265,7 +265,7 @@ check-tabs:
265
# Use perl command because non-GNU grep or sed could not have hex escape sequence.
266
check-nbsp:
267
@ ( $(PERL) -ne '/\xC2\xA0/ and print("$$ARGV:$$_"),$$n++; END {exit($$n>0)}' \
268
- $(wildcard $(srcdir)/*.sgml $(srcdir)/ref/*.sgml $(srcdir)/images/*.svg $(srcdir)/*.xsl $(srcdir)/images/*.xsl) ) || \
+ $(wildcard $(srcdir)/*.sgml $(srcdir)/ref/*.sgml $(srcdir)/*.xsl $(srcdir)/images/*.xsl) ) || \
269
(echo "Non-breaking spaces appear in SGML/XML files" 1>&2; exit 1)
270
271
##
0 commit comments