doc: remove check of SVG files, since they are derived
authorBruce Momjian <[email protected]>
Mon, 4 Nov 2024 19:10:11 +0000 (14:10 -0500)
committerBruce Momjian <[email protected]>
Mon, 4 Nov 2024 19:10:34 +0000 (14:10 -0500)
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

doc/src/sgml/Makefile

index 12f506c9602580fbba035c79451ab7536cab3889..a04c532b53696829fcba4f22b8312ddd0aa887c3 100644 (file)
@@ -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)
 
 ##