[postgis-tickets] [SCM] PostGIS branch stable-3.4 updated. 3.4.0-22-g597ad70b1

git at osgeo.org git at osgeo.org
Tue Sep 12 08:34:27 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, stable-3.4 has been updated
       via  597ad70b19dc528e33fdc6a7fb9b5566204fb842 (commit)
      from  777b0f7e91f0d83254e5de77d73e73df41dfb706 (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 597ad70b19dc528e33fdc6a7fb9b5566204fb842
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Sep 12 11:34:22 2023 -0400

    Add build of chinese and korean docs

diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh
index 0080df5fd..a16812a7c 100644
--- a/ci/debbie/postgis_release_docs.sh
+++ b/ci/debbie/postgis_release_docs.sh
@@ -109,10 +109,18 @@ done
 make pdf-install # || : survive failure
 make epub-install # || : survive failure
 
-# 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
+make -C ../doc/po/zh_Hans local-pdf-install
+make -C ../doc/po/ko_KR local-pdf-install
+
+# build comments files
+make -C ../doc/po/ja comments
+make -C ../doc/po/fr comments
+make -C ../doc/po/de comments
+make -C ../doc/po/zh_Hans comments
+make -C ../doc/po/ko_KR comments
 
 # build comments files
 make -C ../doc/po/ja comments

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list