[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-657-ga6686b3a1
git at osgeo.org
git at osgeo.org
Mon Oct 2 01:50:53 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 a6686b3a1a0bc5b1ba7a1e16fa4e8a83d6617bc9 (commit)
from fd46289b4c4c5bbb51754c90183b5febaa404c9e (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 a6686b3a1a0bc5b1ba7a1e16fa4e8a83d6617bc9
Author: Sandro Santilli <strk at kbt.io>
Date: Mon Oct 2 10:50:35 2023 +0200
Drop the chunked-html-web install and uninstall rules
diff --git a/doc/Makefile.in b/doc/Makefile.in
index dd68786c1..c100e7767 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -585,13 +585,6 @@ chunked-html-install: chunked-html
chunked-html-uninstall:
rm -rf $(DESTDIR)$(htmldir)/postgis$(DOCSUFFIX)/
-chunked-html-web-install: chunked-html-web
- mkdir -p $(DESTDIR)$(htmldir)
- cp -R $(html_builddir)/postgis-web$(DOCSUFFIX) $(DESTDIR)$(htmldir)/
-
-chunked-html-web-uninstall:
- rm -rf $(DESTDIR)$(htmldir)/postgis-web$(DOCSUFFIX)/
-
chunked-html-web-mobile-install: chunked-html-web-mobile
mkdir -p $(DESTDIR)$(htmldir)
cp -R $(html_builddir)/postgis-web-mobile$(DOCSUFFIX) $(DESTDIR)$(htmldir)/
-----------------------------------------------------------------------
Summary of changes:
doc/Makefile.in | 7 -------
1 file changed, 7 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list