[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1068-gf8031ee33

git at osgeo.org git at osgeo.org
Thu Jun 29 05:43:22 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  f8031ee33fb60323f6e524ea05d21251a0f78808 (commit)
      from  dc5503e59a8bfdb37ce80fae3a958fb2d0d474de (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 f8031ee33fb60323f6e524ea05d21251a0f78808
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jun 29 13:44:51 2023 +0200

    Rely on path for inclusion of ent/postgis_special.ent
    
    References #5416

diff --git a/doc/Makefile.in b/doc/Makefile.in
index 764d7c58f..4fe1ed86b 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -60,7 +60,7 @@ ifeq ($(XSLTPROCFLAGS),)
 endif
 
 XSLTPROC_PATH_OPT= \
-	--path $(srcdir):$(srcdir)/ent:.
+	--path .:./ent:$(srcdir):$(srcdir)/ent
 
 XSLTPROC_COMMONOPTS= \
 	$(XSLTPROC_PATH_OPT) \
diff --git a/doc/postgis.xml b/doc/postgis.xml
index 10a3f2ef3..86325a73d 100644
--- a/doc/postgis.xml
+++ b/doc/postgis.xml
@@ -73,7 +73,7 @@
 <!ENTITY index_aware SYSTEM "tag_index_aware.xml">
 <!ENTITY geography_transform SYSTEM "tag_geography_transform.xml">
 
-<!ENTITY % postgis_special SYSTEM "ent/postgis_special.ent">
+<!ENTITY % postgis_special SYSTEM "postgis_special.ent">
 %postgis_special;
 
 ]>

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

Summary of changes:
 doc/Makefile.in | 2 +-
 doc/postgis.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list