mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
doc: remove check of SVG files, since they are derived
revert of change from commit 641a5b7a14
Reported-by: Peter Eisentraut
Discussion: https://postgr.es/m/2c5dd601-b245-4092-9c27-6d1ad51609df@eisentraut.org
Backpatch-through: master
This commit is contained in:
parent
350e6b8ea8
commit
32d07a000f
@ -265,7 +265,7 @@ check-tabs:
|
||||
# Use perl command because non-GNU grep or sed could not have hex escape sequence.
|
||||
check-nbsp:
|
||||
@ ( $(PERL) -ne '/\xC2\xA0/ and print("$$ARGV:$$_"),$$n++; END {exit($$n>0)}' \
|
||||
$(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) ) || \
|
||||
(echo "Non-breaking spaces appear in SGML/XML files" 1>&2; exit 1)
|
||||
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user