[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1211-g4632321f1

git at osgeo.org git at osgeo.org
Wed Jul 12 01:43:38 PDT 2023


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  4632321f1498e35cdc5c53cdcd122c571eb990d1 (commit)
      from  f57a8902f1dcd75a6cca9d958522d9d5c6a535a3 (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 4632321f1498e35cdc5c53cdcd122c571eb990d1
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Jul 12 10:43:06 2023 +0200

    Make sure to use translated xml with xsltproc

diff --git a/doc/Makefile.in b/doc/Makefile.in
index 8c14384bd..efa1a400f 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -71,7 +71,7 @@ ifeq ($(XSLTPROCFLAGS),)
 endif
 
 XSLT_PATH= \
-	$(abs_builddir):$(abs_srcdir)
+	$(builddir):$(abs_srcdir)
 
 XSLTPROC_PATH_OPT= \
 	--path $(XSLT_PATH)

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

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