[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0alpha1-8-geceff148e

git at osgeo.org git at osgeo.org
Mon May 23 01:38:29 PDT 2022


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  eceff148e849cd38388db0c68970418fa9ca4d35 (commit)
      from  6e0680a6ec2ba5959d0566b655fa433173a40b83 (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 eceff148e849cd38388db0c68970418fa9ca4d35
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon May 23 10:38:18 2022 +0200

    Fix out-of-tree install of man pages

diff --git a/doc/Makefile.in b/doc/Makefile.in
index 0a0f29531..e6aee1809 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -391,12 +391,11 @@ endif
 comments-uninstall:
 	$(MAKE) -f Makefile.comments uninstall
 
-man-install: man/shp2pgsql.1 man/pgsql2shp.1
+man-install: man/shp2pgsql.1 man/pgsql2shp.1 man/pgtopo_export.1 man/pgtopo_import.1
 	mkdir -p $(DESTDIR)$(PGSQL_MANDIR)/man1
-	$(INSTALL_DATA) man/pgsql2shp.1 $(DESTDIR)$(PGSQL_MANDIR)/man1/pgsql2shp.1
-	$(INSTALL_DATA) man/shp2pgsql.1 $(DESTDIR)$(PGSQL_MANDIR)/man1/shp2pgsql.1
-	$(INSTALL_DATA) man/pgtopo_export.1 $(DESTDIR)$(PGSQL_MANDIR)/man1/pgtopo_export.1
-	$(INSTALL_DATA) man/pgtopo_import.1 $(DESTDIR)$(PGSQL_MANDIR)/man1/pgtopo_import.1
+	for f in $^; do \
+		$(INSTALL_DATA) $$f $(DESTDIR)$(PGSQL_MANDIR)/man1/`basename $$f`; \
+	done
 
 man-uninstall:
 	rm -f $(DESTDIR)$(PGSQL_MANDIR)/man1/shp2pgsql.1

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list