[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-22-g406a13467
git at osgeo.org
git at osgeo.org
Sun Aug 13 07:50:39 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 406a13467120f9a44d66b4a8ec6763f9b609dbde (commit)
from 7faeed1d4800fb9a46dc7143eebd7c785ec3fa7e (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 406a13467120f9a44d66b4a8ec6763f9b609dbde
Author: Sandro Santilli <strk at kbt.io>
Date: Sun Aug 13 16:50:11 2023 +0200
Install man pages on `make install`
Closes #5475
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