[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0beta1-19-g1f2f2d902

git at osgeo.org git at osgeo.org
Mon Jul 17 11:49:04 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  1f2f2d902db986db05d60a03b52f0ec2b1819ae0 (commit)
      from  4c8efaf9584f168b3bb8faded76df142ca424710 (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 1f2f2d902db986db05d60a03b52f0ec2b1819ae0
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Jul 17 20:48:22 2023 +0200

    Fix check-cheatsheets Makefile target

diff --git a/doc/Makefile.in b/doc/Makefile.in
index aea12dcb1..26aab2610 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -569,7 +569,7 @@ check-xml: $(XML_INPUTS)
 	$(XMLLINT) --loaddtd $(XSLTPROC_PATH_OPT) --xinclude --valid postgis-out.xml --noout
 
 check-cheatsheets: cheatsheets
-	for f in $(abs_builddir)/$(html_builddir)/*_cheatsheet-en.html; do \
+	for f in $(html_builddir)/*_cheatsheet-en.html; do \
 		$(abs_top_srcdir)/utils/check_localized_cheatsheets.sh $${f} en $(patsubst -%,%,$(DOCSUFFIX)) || exit 1; \
 	done
 

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

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