[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-666-g23bd70e51

git at osgeo.org git at osgeo.org
Fri Oct 6 00:42:37 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  23bd70e51715a29263079cb8a03ac82e4e9d4a8c (commit)
      from  abbc80fb82b1271410a231c1555f67636aa1f6d7 (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 23bd70e51715a29263079cb8a03ac82e4e9d4a8c
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Oct 3 09:07:46 2023 +0200

    Drop chunked-html-web-mobile targets (unused)

diff --git a/doc/Makefile.in b/doc/Makefile.in
index c100e7767..61b85da3b 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -400,13 +400,6 @@ $(html_builddir)/postgis$(DOCSUFFIX)/docbook.css: postgis-out.xml Makefile
 		$(CHUNK_HTML_DOCBOOK_XSL) \
 		$<
 
-# TODO: drop this, replace with a generic CSS handling both mobile and # desktop
-HTML_BITS = $(wildcard html/*.html)
-chunked-html-web-mobile: $(html_builddir)/postgis-web-mobile$(DOCSUFFIX)/docbook.css
-$(html_builddir)/postgis-web-mobile$(DOCSUFFIX)/docbook.css: postgis-out.xml Makefile
-	$(MAKE) chunked-html
-	$(PERL) -pi -e 's/<head>/<head><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">/g' $(HTML_BITS)
-
 html: $(html_builddir)/postgis$(DOCSUFFIX).html
 
 %-localized:
@@ -493,8 +486,6 @@ 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)/
-	rm -rf $(html_builddir)/postgis-web-mobile$(DOCSUFFIX)/
 
 pdf-clean:
 	rm -f postgis*$(DOCSUFFIX).pdf
@@ -585,13 +576,6 @@ chunked-html-install: chunked-html
 chunked-html-uninstall:
 	rm -rf $(DESTDIR)$(htmldir)/postgis$(DOCSUFFIX)/
 
-chunked-html-web-mobile-install: chunked-html-web-mobile
-	mkdir -p $(DESTDIR)$(htmldir)
-	cp -R $(html_builddir)/postgis-web-mobile$(DOCSUFFIX) $(DESTDIR)$(htmldir)/
-
-chunked-html-web-mobile-uninstall:
-	rm -rf $(DESTDIR)$(htmldir)/postgis-web-mobile$(DOCSUFFIX)/
-
 html-assets-install: images-install
 	$(INSTALL_DATA) $(abs_srcdir)/html/style.css $(DESTDIR)$(htmldir)/
 

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

Summary of changes:
 doc/Makefile.in | 16 ----------------
 1 file changed, 16 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list