[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1237-g6835c2625

git at osgeo.org git at osgeo.org
Thu Jul 13 05:48:14 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  6835c2625a159a9eb01117d650b4b39109cd5ec8 (commit)
      from  5fd3679abd0b62ebef8b0c96848e5b1aa6dc0d3c (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 6835c2625a159a9eb01117d650b4b39109cd5ec8
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jul 13 14:46:52 2023 +0200

    Use less loops to clean (localize the localized clean rule)
    
    References #5441

diff --git a/doc/Makefile.in b/doc/Makefile.in
index 4cefbdfa8..2bad7ccac 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -441,7 +441,7 @@ cheatsheet-install: $(GENERATED_CHEATSHEET_FILES)
 cheatsheet-clean:
 	rm -f $(GENERATED_CHEATSHEET_FILES)
 
-clean: images-clean html-clean html-clean-localized pdf-clean pdf-clean-localized epub-clean epub-clean-localized cheatsheet-clean cheatsheet-clean-localized
+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 $(TAG_GENERATED_SOURCES)
diff --git a/doc/po/Makefile.local b/doc/po/Makefile.local
index aa58ba7ba..5b7065339 100644
--- a/doc/po/Makefile.local
+++ b/doc/po/Makefile.local
@@ -4,7 +4,7 @@
 local-all: local-html comments
 
 # We do not want to recurse in parent dir here
-local-clean:
+local-clean: local-html-clean local-pdf-clean local-epub-clean local-cheatsheet-clean
 	rm -f images # work around https://trac.osgeo.org/postgis/ticket/5422
 	rm -f $(XML_INPUTS)
 	rm -f html

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

Summary of changes:
 doc/Makefile.in       | 2 +-
 doc/po/Makefile.local | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list