[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-533-g76359c68d

git at osgeo.org git at osgeo.org
Thu Sep 14 02:51:20 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  76359c68d2e213002861d7914d2db62ff5dad922 (commit)
      from  3ded186d20be98492f7e0be75cb73a1ca9289ce0 (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 76359c68d2e213002861d7914d2db62ff5dad922
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Sep 14 11:49:28 2023 +0200

    Encode xmllint requirement for postgis-out and postgis-nospecial xml
    
    The new requirement was created by 5c9afde94

diff --git a/doc/Makefile.in b/doc/Makefile.in
index 0eec2aed2..352864db5 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -323,6 +323,11 @@ postgis-out.xml: postgis.xml Makefile $(XML_INPUTS) Makefile
 	$(PERL) -lpe "s'@@LAST_RELEASE_VERSION@@'${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}'g;s'@@POSTGIS_DOWNLOAD_URL@@'${POSTGIS_DOWNLOAD_URL}'g;" $< > $@.in
 	$(XMLLINT) $(XSLTPROC_PATH_OPT) --noent -o $@ $@.in
 
+ifeq ($(XMLLINT),)
+postgis-nospecial.xml: requirements_not_met_xmllint
+postgis-out.xml: requirements_not_met_xmllint
+endif
+
 chunked-html: $(html_builddir)/postgis$(DOCSUFFIX)/docbook.css
 $(html_builddir)/postgis$(DOCSUFFIX)/docbook.css: postgis-out.xml Makefile
 	$(XSLTPROC) $(XSLTPROC_COMMONOPTS) \
@@ -610,11 +615,8 @@ requirements_not_met_xsltproc:
 requirements_not_met_xmllint:
 	@echo
 	@echo "configure was unable to find 'xmllint' which is required"
-	@echo "to build the documentation."
-	@echo "Install xmllint and then re-run configure. Alternatively "
-	@echo "refer to online manual:"
-	@echo
-	@echo "  http://postgis.net/documentation"
+	@echo "to build the postgis comments and documentation."
+	@echo "Install xmllint and then re-run configure."
 	@echo
 	@false
 

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

Summary of changes:
 doc/Makefile.in | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list