[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0beta1-9-g721c37c11
git at osgeo.org
git at osgeo.org
Sat Jul 15 09:52:18 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 721c37c116c3604e5da676b105048725ad2e226c (commit)
from d81ed384088daf42186c035b09d63128d67171f3 (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 721c37c116c3604e5da676b105048725ad2e226c
Author: Sandro Santilli <strk at kbt.io>
Date: Sat Jul 15 18:51:16 2023 +0200
Fix out-of-tree build
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 241559351..aea12dcb1 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -303,9 +303,9 @@ endif
ifeq ($(XSLTPROC),)
$(TAG_GENERATED_SOURCES): requirements_not_met_xsltproc
else
-$(TAG_GENERATED_SOURCES): xsl/node_by_xpath.xsl xsl-config.xml Makefile
+$(TAG_GENERATED_SOURCES): xsl/node_by_xpath.xsl xsl-config.xml | Makefile
tag=tag_$(basename $(notdir $@)); \
- $(XSLTPROC) --stringparam xpath "/config/tags/para[@role='$$tag']" -o $@ $< xsl-config.xml
+ $(XSLTPROC) --stringparam xpath "/config/tags/para[@role='$$tag']" -o $@ $^
test -s $@ # ensure something was extracted
endif
-----------------------------------------------------------------------
Summary of changes:
doc/Makefile.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list