[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1146-g89a5f8fad

git at osgeo.org git at osgeo.org
Wed Jul 5 13:15:07 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  89a5f8fad062f5ae86df47c8df337219b5d08631 (commit)
      from  759da8e7f4ca4dc58dad317f6df9011f751c5722 (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 89a5f8fad062f5ae86df47c8df337219b5d08631
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Jul 5 22:14:33 2023 +0200

    Properly encode dependencies of $XSL_GENERATED_SOURCES
    
    References #5434

diff --git a/doc/Makefile.in b/doc/Makefile.in
index 8ba3b5e9a..cf4287827 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -281,7 +281,7 @@ endif
 ifeq ($(XSLTPROC),)
 $(XSL_GENERATED_SOURCES): requirements_not_met_xsltproc
 else
-$(XSL_GENERATED_SOURCES): %.xsl.xml: xsl/%.xml.xsl postgis-out.xml xsl-config.xml $(TAG_GENERATED_SOURCES)
+$(XSL_GENERATED_SOURCES): %.xsl.xml: xsl/%.xml.xsl postgis-out.xml xsl-config.xml $(TAG_GENERATED_SOURCES) $(XML_SOURCES)
 	grep -v '\&postgis_special;' postgis-out.xml | $(XSLTPROC) --novalid $(XSLTPROC_PATH_OPT) -o $@ $< -
 endif
 

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

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