[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0beta1-45-g20967e1bf

git at osgeo.org git at osgeo.org
Thu Jul 20 01:27: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  20967e1bffd97d2c630bcd0f132134cf0a7e5759 (commit)
      from  737a55222ef5daa68b8c957fbfcd216b0ac58aeb (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 20967e1bffd97d2c630bcd0f132134cf0a7e5759
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jul 20 10:24:30 2023 +0200

    Fix PDF build for languages with no texstyle.sty override
    
    Move dependency on local texstyle.sty to local Makefile

diff --git a/doc/Makefile.in b/doc/Makefile.in
index 831119ba5..cf17f3d74 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -366,7 +366,7 @@ $(html_builddir)/postgis$(DOCSUFFIX).html: postgis-out.xml Makefile $(XML_INPUTS
 		$<
 
 
-postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}$(DOCSUFFIX).pdf: postgis-out.xml $(abs_srcdir)/texstyle-common.sty  texstyle.sty $(XML_INPUTS) | images
+postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}$(DOCSUFFIX).pdf: postgis-out.xml $(abs_srcdir)/texstyle-common.sty $(abs_srcdir)/texstyle.sty $(XML_INPUTS) | images
 ifeq ($(DBLATEX),)
 	@echo
 	@echo "configure was unable to find the 'dblatex' utility program."
diff --git a/doc/po/ja/Makefile.in b/doc/po/ja/Makefile.in
index 1dcdb708c..244e2b44b 100644
--- a/doc/po/ja/Makefile.in
+++ b/doc/po/ja/Makefile.in
@@ -2,3 +2,5 @@ include @srcdir@/../Makefile.local
 DBLATEX_EXTRA_OPTIONS = -b xetex
 DOCSUFFIX=-ja
 srcdir=@srcdir@
+
+postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}$(DOCSUFFIX).pdf: texstyle.sty

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list