[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1074-g2e6f30da2

git at osgeo.org git at osgeo.org
Thu Jun 29 11:54:25 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  2e6f30da278829430e15ae040bf7ac6d175fb5f8 (commit)
      from  1b93a3ae86b1838363322b418fe35a3218e6bd95 (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 2e6f30da278829430e15ae040bf7ac6d175fb5f8
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jun 29 20:53:25 2023 +0200

    Fix out-of-tree pdf building (finding texstyle.sty)
    
    References #5413

diff --git a/doc/Makefile.in b/doc/Makefile.in
index ab0caa518..8034bc60b 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -30,7 +30,7 @@ datadir = @datadir@
 builddir = @builddir@
 top_builddir = @top_builddir@
 mandir = @mandir@
-abs_srcdir = $(abspath @srcdir@)
+abs_srcdir = @abs_srcdir@
 
 POSTGIS_MAJOR_VERSION=@POSTGIS_MAJOR_VERSION@
 POSTGIS_MINOR_VERSION=@POSTGIS_MINOR_VERSION@
@@ -333,7 +333,7 @@ postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSIO
 		   -P figure.warning="${PWD}/html/images/warning" \
 		   -P figure.caution="${PWD}/html/images/caution" \
 		   -P latex.output.revhistory=0 \
-		   -s "${PWD}/texstyle.sty" \
+		   -s "$(abs_srcdir)/texstyle.sty" \
 		   -o postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}$(DOCSUFFIX).pdf $<; \
 	fi
 

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

Summary of changes:
 doc/Makefile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list