[postgis-tickets] [SCM] PostGIS branch stable-3.4 updated. 3.4.0rc2-1-g6b00e3619

git at osgeo.org git at osgeo.org
Sun Aug 13 13:39:33 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, stable-3.4 has been updated
       via  6b00e3619f68ab24c997c775212433a50346f6f4 (commit)
      from  0f5fea668ca93dcc5a0dd14b7af4f3556bf321b3 (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 6b00e3619f68ab24c997c775212433a50346f6f4
Author: Sandro Santilli <strk at kbt.io>
Date:   Sun Aug 13 16:50:11 2023 +0200

    Install man pages on `make install`
    
    Closes #5475 in 3.4 branch

diff --git a/doc/Makefile.in b/doc/Makefile.in
index 1265cb023..8eaf702e8 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -548,9 +548,9 @@ docs-install: html-install html-assets-install
 docs-uninstall: html-uninstall html-assets-uninstall
 	rm -f $(DESTDIR)$(PGSQL_DOCDIR)/postgis/README.postgis
 
-install: comments-install
+install: comments-install man-install
 
-uninstall: comments-uninstall
+uninstall: comments-uninstall man-uninstall
 
 ifeq ($(XSLTPROC),)
 garden: requirements_not_met_xsltproc

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list