[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-374-g98e4efc73

git at osgeo.org git at osgeo.org
Mon Sep 11 08:17:21 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  98e4efc735d0aefb64aac295c33fcc6c0e1a47d3 (commit)
      from  5c9afde9488981915cece512e5214e91ad55860c (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 98e4efc735d0aefb64aac295c33fcc6c0e1a47d3
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Sep 11 17:17:04 2023 +0200

    Properly clean generated xml inputs

diff --git a/doc/Makefile.in b/doc/Makefile.in
index d1b7560c0..0c7b1e749 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -455,7 +455,8 @@ cheatsheet-clean:
 clean: images-clean html-clean pdf-clean epub-clean cheatsheet-clean
 	rm -f images # work around https://trac.osgeo.org/postgis/ticket/5422
 	rm -f $(XML_GENERATED_SOURCES)
-	rm -f postgis-nospecial.xml
+	rm -f postgis-nospecial.xml postgis-nospecial.xml.in
+	rm -f postgis-out.xml postgis-out.xml.in
 	rm -f $(TAG_GENERATED_SOURCES)
 	$(MAKE) -C $(images_builddir) clean
 	rm -f postgis_gardentest_${POSTGIS_MAJOR_VERSION}${POSTGIS_MINOR_VERSION}.sql

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list