[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-369-g8f5dd51cb
git at osgeo.org
git at osgeo.org
Mon Sep 11 01:44:34 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 8f5dd51cb080c3fee7afc683ec9724bc00e296bc (commit)
from 1baa5315c447290ba2df50fdbd523dc0580fb404 (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 8f5dd51cb080c3fee7afc683ec9724bc00e296bc
Author: Sandro Santilli <strk at kbt.io>
Date: Mon Sep 11 10:43:04 2023 +0200
Fix nested <para> tag in docbook
Closes #5530
diff --git a/doc/Makefile.in b/doc/Makefile.in
index a589af250..9642d2e65 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -307,7 +307,7 @@ $(TAG_GENERATED_SOURCES): requirements_not_met_xsltproc
else
$(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 $@ $^
+ $(XSLTPROC) --stringparam xpath "/config/tags/para[@role='$$tag']/node()" -o $@ $^
test -s $@ # ensure something was extracted
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