[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0beta2-3-g403296a57

git at osgeo.org git at osgeo.org
Sun Jul 30 01:32:59 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  403296a579102736300b6245504a15629ba04886 (commit)
      from  8045ea84b349215b63c0f9b672046ab7691e5560 (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 403296a579102736300b6245504a15629ba04886
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Jul 30 04:32:52 2023 -0400

    Try to build the localized comments

diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh
index cf1d5cbf2..d30ebb437 100644
--- a/ci/debbie/postgis_release_docs.sh
+++ b/ci/debbie/postgis_release_docs.sh
@@ -110,11 +110,15 @@ done
 #make pdf-install # || : survive failure
 #make epub-install # || : survive failure
 
-# build japanes, french, and german pdf
+# build japanese, french, and german pdf
 make -C ../doc/po/ja local-pdf-install
 make -C ../doc/po/fr local-pdf-install
 make -C ../doc/po/de local-pdf-install
 
+# build comments files
+make -C ../doc/po/ja local-comments-install
+make -C ../doc/po/fr local-comments-install
+make -C ../doc/po/de local-comments-install
 # Build and install localized pdf and epub
 # make pdf-install-localized # || : survive failures
 #make epub-install-localized # || : survive failures

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

Summary of changes:
 ci/debbie/postgis_release_docs.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list