[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0beta1-35-g5a10f9b14

git at osgeo.org git at osgeo.org
Wed Jul 19 03:21:13 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  5a10f9b1473872645906a055ab922ff6858c5e3e (commit)
      from  494ec2ed39f5e240224a5d2606de92534aee3a06 (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 5a10f9b1473872645906a055ab922ff6858c5e3e
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Jul 19 12:21:00 2023 +0200

    Encode dependency of PDF target on the texstyle files

diff --git a/doc/Makefile.in b/doc/Makefile.in
index 26aab2610..d3cc8fdbc 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -364,7 +364,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 $(XML_INPUTS) | images
+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
 ifeq ($(DBLATEX),)
 	@echo
 	@echo "configure was unable to find the 'dblatex' utility program."

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

Summary of changes:
 doc/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list