[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1180-g53b328250

git at osgeo.org git at osgeo.org
Sat Jul 8 05:39: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, master has been updated
       via  53b328250c63f6fb7a0f6baef98dc7a913ad5ced (commit)
      from  eb952ac86bc68ef2e1035132f5e02ddeb1d9cfd2 (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 53b328250c63f6fb7a0f6baef98dc7a913ad5ced
Author: Sandro Santilli <strk at kbt.io>
Date:   Sat Jul 8 14:38:18 2023 +0200

    Allow per-language dblatex options, use xetex for russian
    
    Should fix #5438

diff --git a/doc/Makefile.in b/doc/Makefile.in
index 62bcc8433..ba19918d1 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -373,7 +373,7 @@ else
 		 -P figure.caution="images/caution" \
 		 -P latex.output.revhistory=0 \
 		 -s "$(abs_srcdir)/texstyle.sty" \
-		 -b pdftex \
+		 $(DBLATEX_EXTRA_OPTIONS) \
 		 -o postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}$(DOCSUFFIX).pdf $<
 endif
 
diff --git a/doc/po/ru/Makefile.in b/doc/po/ru/Makefile.in
index 64f0eaf9f..1c7689a0a 100644
--- a/doc/po/ru/Makefile.in
+++ b/doc/po/ru/Makefile.in
@@ -1,3 +1,4 @@
 include @srcdir@/../Makefile.local
+DBLATEX_EXTRA_OPTIONS = -b xetex
 DOCSUFFIX=-ru
 srcdir=@srcdir@

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list