[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1220-gaec39bee6

git at osgeo.org git at osgeo.org
Wed Jul 12 07:51: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  aec39bee6ba399085179e2d1f21cabea4b000ce0 (commit)
      from  20745e10c4d31db3677160ac4fd7d3d981ef8db8 (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 aec39bee6ba399085179e2d1f21cabea4b000ce0
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Jul 12 16:49:12 2023 +0200

    Add check-cheatsheets-localized Makefile target in doc/

diff --git a/doc/Makefile.in b/doc/Makefile.in
index 545d5d40e..e18c08f81 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -28,10 +28,12 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
 prefix = @prefix@
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
+abs_top_srcdir = @abs_top_srcdir@
 datarootdir = @datarootdir@
 datadir = @datadir@
 builddir = @builddir@
 top_builddir = @top_builddir@
+abs_top_builddir = @abs_top_builddir@
 mandir = @mandir@
 abs_srcdir = @abs_srcdir@
 abs_builddir = @abs_builddir@
@@ -549,13 +551,23 @@ endif
 check: check-unit
 check-regress:
 
+check-unit: check-xml
+
 ifeq ($(XMLLINT),)
-check-unit: requirements_not_met_xmllint
+check-xml: requirements_not_met_xmllint
+check-cheatsheets: requirements_not_met_xmllint
 else
-check-unit: $(XML_INPUTS)
+check-xml: $(XML_INPUTS)
 	$(XMLLINT) --loaddtd $(XSLTPROC_PATH_OPT) --xinclude --valid postgis-out.xml --noout
+
+check-cheatsheets: cheatsheets
+	for f in $(abs_builddir)/html/*_cheatsheet-en.html; do \
+		$(abs_top_srcdir)/utils/check_localized_cheatsheets.sh $${f} en $(patsubst -%,%,$(DOCSUFFIX)); \
+	done
+
 endif
 
+
 requirements_not_met_xsltproc:
 	@echo
 	@echo "configure was unable to find 'xsltproc' which is required"

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list