mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
doc: remove check of SVG files, since they are derived
revert of change from commit 641a5b7a144 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.
|
# Use perl command because non-GNU grep or sed could not have hex escape sequence.
|
||||||
check-nbsp:
|
check-nbsp:
|
||||||
@ ( $(PERL) -ne '/\xC2\xA0/ and print("$$ARGV:$$_"),$$n++; END {exit($$n>0)}' \
|
@ ( $(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)
|
(echo "Non-breaking spaces appear in SGML/XML files" 1>&2; exit 1)
|
||||||
|
|
||||||
##
|
##
|
||||||
|
Loading…
x
Reference in New Issue
Block a user