[SCM] PostGIS branch master updated. 3.5.0-421-gbe19a34b4

git at osgeo.org git at osgeo.org
Thu Jul 3 10:05:38 PDT 2025


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  be19a34b4f785e7ba8f583177f95228d1e67b335 (commit)
      from  26806523b3b496da267df50d7c81cfe75ef8c316 (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 be19a34b4f785e7ba8f583177f95228d1e67b335
Author: Laurențiu Nicola <lnicola at dend.ro>
Date:   Thu Jul 3 17:34:03 2025 +0300

    Quote path passed to xsltproc

diff --git a/doc/Makefile.in b/doc/Makefile.in
index d31a1ebb9..d47824537 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -83,7 +83,7 @@ XSLT_PATH= \
 	$(builddir):$(abs_srcdir)
 
 XSLTPROC_PATH_OPT= \
-	--path $(XSLT_PATH)
+	--path "$(XSLT_PATH)"
 
 XSLTPROC_CUSTOM_VARS = \
 	--stringparam postgis_version $(POSTGIS_MAJOR_VERSION).$(POSTGIS_MINOR_VERSION) \

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

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