[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-411-g206d7af3b

git at osgeo.org git at osgeo.org
Sun Jan 30 17:02:16 PST 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  206d7af3b82de72c5de940b50c1a621e83ca0a0e (commit)
      from  50b2a8d7a1fb5c3a171249d3415afd28a1b83cee (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 206d7af3b82de72c5de940b50c1a621e83ca0a0e
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Jan 31 02:02:02 2022 +0100

    Use --noout to xmllint rather than directing to /dev/null

diff --git a/doc/Makefile.in b/doc/Makefile.in
index a2f405aff..ccc860df4 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -434,7 +434,7 @@ ifeq ($(XMLLINT),)
 check-unit: requirements_not_met_xmllint
 else
 check-unit: $(XML_INPUTS)
-	$(XMLLINT) --loaddtd --path $(srcdir) --xinclude --valid postgis-out.xml > /dev/null
+	$(XMLLINT) --loaddtd --path $(srcdir) --xinclude --valid postgis-out.xml --noout
 endif
 
 check-localized:

-----------------------------------------------------------------------

Summary of changes:
 doc/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list