[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1127-gda851908c

git at osgeo.org git at osgeo.org
Wed Jul 5 04:55:01 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  da851908cb85ff87852aab9e2c4760b2e2f04086 (commit)
      from  ffe3b4b749c8639c2b9d8dc139f5992248e833c1 (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 da851908cb85ff87852aab9e2c4760b2e2f04086
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Jul 5 13:54:33 2023 +0200

    Generalize localized rules

diff --git a/doc/Makefile.in b/doc/Makefile.in
index fb4405f65..420903867 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -333,7 +333,7 @@ html/postgis-web-mobile$(DOCSUFFIX)/docbook.css: postgis-out.xml Makefile $(XML_
 
 html: html/postgis$(DOCSUFFIX).html
 
-html-localized chunked-html-localized:
+%-localized:
 	rule=$(patsubst %-localized,%,$@); \
 	for lang in $(translations); do \
     echo "Creating $$rule for language $$lang..."; \
diff --git a/doc/po/Makefile.local b/doc/po/Makefile.local
index a347803b9..146aac748 100644
--- a/doc/po/Makefile.local
+++ b/doc/po/Makefile.local
@@ -3,7 +3,7 @@
 
 local-all: local-html comments
 
-local-html local-cheatsheets local-pdf local-chunked-html local-check: symlinks
+local-%: symlinks
 	$(MAKE) $(patsubst local-%,%,$@)
 
 symlinks:

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

Summary of changes:
 doc/Makefile.in       | 2 +-
 doc/po/Makefile.local | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list