[SCM] PostGIS branch master updated. 3.7.0alpha1-622-g1af231a14

git at osgeo.org git at osgeo.org
Sat Jul 18 15:12:47 PDT 2026


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  1af231a14f0f5c4e9352e2e5788ac12cf577c8c3 (commit)
       via  093863dd4c889154c5eba763644832ed9722e49f (commit)
      from  3fb0c58bd79be110e7e1436f035db13eb310a08e (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 1af231a14f0f5c4e9352e2e5788ac12cf577c8c3
Merge: 3fb0c58bd 093863dd4
Author: Darafei Praliaskouski <komzpa at gmail.com>
Date:   Sat Jul 18 15:12:45 2026 -0700

    Merge pull request 'doc: keep localized checks structural' (!372) from Komzpa/postgis:fix/docs-localized-structural-check into master
    
    Reviewed-on: https://gitea.osgeo.org/postgis/postgis/pulls/372


commit 093863dd4c889154c5eba763644832ed9722e49f
Author: Darafei Praliaskouski <me at komzpa.net>
Date:   Sun Jul 19 02:03:20 2026 +0400

    doc: keep localized checks structural

diff --git a/doc/Makefile.in b/doc/Makefile.in
index 63dfdc4dd..86fad47ac 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -739,6 +739,10 @@ endif
 
 check: check-unit ## Check structural correctness of XML documentation and generated HTML block labels
 check-localized: ## Check structural correctness of localized (translated) XML documentation.
+	for lang in $(translations); do \
+		echo "Checking XML for language $$lang..."; \
+		$(MAKE) -C po/$$lang local-check-xml || exit 1; \
+	done
 
 check-regress:
 

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

Summary of changes:
 doc/Makefile.in | 4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list