[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1199-g1b5bb4568
git at osgeo.org
git at osgeo.org
Mon Jul 10 07:07:03 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 1b5bb45685948715d09b2fbd7dcadc8ccd1b8311 (commit)
from 41083d4fbfa0ba940e916fb7c3f16aa203656dbe (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 1b5bb45685948715d09b2fbd7dcadc8ccd1b8311
Author: Sandro Santilli <strk at kbt.io>
Date: Mon Jul 10 13:55:15 2023 +0200
Do not rebuild pdf if not needed
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 4418864cb..8c14384bd 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -356,7 +356,7 @@ html/postgis$(DOCSUFFIX).html: postgis-out.xml Makefile $(XML_INPUTS)
$<
-postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}$(DOCSUFFIX).pdf: postgis-out.xml images $(XML_INPUTS)
+postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}$(DOCSUFFIX).pdf: postgis-out.xml $(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