[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-30-g704301c0e

git at osgeo.org git at osgeo.org
Mon Aug 14 10:58:06 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  704301c0e0f3925571071ab001dffb0ab136e506 (commit)
      from  db710b834e3b85187895ce0f70b5ee0b63c1a7dc (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 704301c0e0f3925571071ab001dffb0ab136e506
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Aug 14 13:56:44 2023 -0400

    distclean localize patch from Bas Couwenberg
    References #5477 for PostGIS 3.5.0

diff --git a/doc/Makefile.in b/doc/Makefile.in
index 8eaf702e8..b835b2a1d 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -432,6 +432,7 @@ images images-install images-uninstall images-clean:
 	$(MAKE) -C $(images_builddir) $@
 
 html-clean:
+	rm -f $(html_builddir)/docbook.css
 	rm -f $(html_builddir)/postgis$(DOCSUFFIX).html
 	rm -rf $(html_builddir)/postgis$(DOCSUFFIX)/
 	rm -rf $(html_builddir)/postgis-web$(DOCSUFFIX)/
@@ -461,8 +462,9 @@ clean: images-clean html-clean pdf-clean epub-clean cheatsheet-clean
 	rm -f *.tmp
 	$(MAKE) clean-localized
 
-distclean: clean distclean-localized
+distclean: clean
 	$(MAKE) -C $(images_builddir) distclean
+	$(MAKE) distclean-localized
 	rm -f Makefile Makefile.comments
 
 maintainer-clean: distclean

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list