[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-262-g42f5df7f5
git at osgeo.org
git at osgeo.org
Tue Sep 5 06:38:18 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 42f5df7f5e7286001ab61a06df534db7d5230f50 (commit)
via b0000a7280999788c26539d80c6dc114f376cfea (commit)
from c0acc976e229b0f24b4d5923e633ce5eeb1d81cc (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 42f5df7f5e7286001ab61a06df534db7d5230f50
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Sep 5 12:34:36 2023 +0200
[woodie] Run building of images and checking of XML in parallel
diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 299d688e4..ca48078a2 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -43,12 +43,14 @@ steps:
path: *when_path_full
check-xml:
image: *test_image
+ group: check-xml-and-build-images
commands:
- make -C build-docs/doc check
when:
path: *when_path
build-images:
image: *test_image
+ group: check-xml-and-build-images
commands:
- make -C build-docs/doc images
when:
commit b0000a7280999788c26539d80c6dc114f376cfea
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Sep 5 12:09:52 2023 +0200
Use CKJ fonts for korean PDF
Closes #2967 in master branch (3.5.0dev)
diff --git a/doc/po/ko_KR/Makefile.in b/doc/po/ko_KR/Makefile.in
index d1cee468a..69f11ab08 100644
--- a/doc/po/ko_KR/Makefile.in
+++ b/doc/po/ko_KR/Makefile.in
@@ -1,3 +1,6 @@
include @srcdir@/../Makefile.local
+DBLATEX_EXTRA_OPTIONS = -b xetex
DOCSUFFIX=-ko_KR
srcdir=@srcdir@
+
+postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}$(DOCSUFFIX).pdf: texstyle.sty
diff --git a/doc/po/ko_KR/texstyle.sty b/doc/po/ko_KR/texstyle.sty
new file mode 100644
index 000000000..2edd0bee6
--- /dev/null
+++ b/doc/po/ko_KR/texstyle.sty
@@ -0,0 +1,14 @@
+%%
+%% This style is derived from the manual
+%% http://dblatex.sourceforge.net/doc/manual/sec-custom-latex.html
+%%
+\NeedsTeXFormat{LaTeX2e} % is this needed ?
+\ProvidesPackage{texstyle}[2017/04/25 PostGIS DocBook Korean Style ]
+
+%% Just use the original package and pass the options
+\RequirePackageWithOptions{texstyle-common}
+
+\usepackage{xeCJK}
+\setCJKmainfont{IPAMincho}
+\setCJKsansfont{IPAGothic}
+\setCJKmonofont{IPAGothic}
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/docs.yml | 2 ++
doc/po/ko_KR/Makefile.in | 3 +++
doc/po/{zh_Hans => ko_KR}/texstyle.sty | 2 +-
3 files changed, 6 insertions(+), 1 deletion(-)
copy doc/po/{zh_Hans => ko_KR}/texstyle.sty (83%)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list