[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-404-ge7b81349b
git at osgeo.org
git at osgeo.org
Mon Sep 11 23:12:42 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 e7b81349bcb2dc51a77eef2275e71fd3ad91239c (commit)
from 821a5b24711a0b5d85209c742d57d71b006b3f89 (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 e7b81349bcb2dc51a77eef2275e71fd3ad91239c
Author: Regina Obe <lr at pcorp.us>
Date: Tue Sep 12 02:12:37 2023 -0400
Add building of chinese and korean pdfs
diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh
index 0080df5fd..2f08abf9e 100644
--- a/ci/debbie/postgis_release_docs.sh
+++ b/ci/debbie/postgis_release_docs.sh
@@ -109,15 +109,19 @@ done
make pdf-install # || : survive failure
make epub-install # || : survive failure
-# build japanese, french, and german pdf
+# build japanese, french, german, chinese, korean 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 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