[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1082-gb467355d7

git at osgeo.org git at osgeo.org
Fri Jun 30 01:34:49 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  b467355d7f7f2305570e7b347cd7eb44ff06d59b (commit)
      from  52d29d144751cc61f5e05a32c20dfe5a2f529e28 (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 b467355d7f7f2305570e7b347cd7eb44ff06d59b
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Jun 30 10:12:13 2023 +0200

    Fix out-of-tree PDF build by adding srcdir to images path
    
    Closes #5413

diff --git a/doc/Makefile.in b/doc/Makefile.in
index aeac77a19..7d70f790f 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -334,13 +334,14 @@ ifeq ($(DBLATEX),)
 else
 	$(DBLATEX) -T native -t pdf \
 		 -x "--path $(XSLT_PATH)" \
-		 -I "${PWD}/html" \
+		 -I "$(abs_builddir)/html" \
+		 -I "$(abs_srcdir)/html" \
 		 -P doc.collab.show=0 \
-		 -P figure.note="${PWD}/html/images/note" \
-		 -P figure.tip="${PWD}/html/images/tip" \
-		 -P figure.important="${PWD}/html/images/important" \
-		 -P figure.warning="${PWD}/html/images/warning" \
-		 -P figure.caution="${PWD}/html/images/caution" \
+		 -P figure.note="images/note" \
+		 -P figure.tip="images/tip" \
+		 -P figure.important="images/important" \
+		 -P figure.warning="images/warning" \
+		 -P figure.caution="images/caution" \
 		 -P latex.output.revhistory=0 \
 		 -s "$(abs_srcdir)/texstyle.sty" \
 		 -b xetex \

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list