[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1163-gf5f62d7ba
git at osgeo.org
git at osgeo.org
Thu Jul 6 04:35:25 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 f5f62d7ba9a0671ec162e7e05b803b51ffb7bfc6 (commit)
via 0e64e2868aec76cd2e7758c97bb2e96e1d95b58d (commit)
from f4ee9b57af4ebb68a455c003103d3f6dd3603218 (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 f5f62d7ba9a0671ec162e7e05b803b51ffb7bfc6
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Jul 6 13:35:04 2023 +0200
[debbie] install cheatsheets too
References #5435
diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh
index 4c5235047..e0bb831fc 100644
--- a/ci/debbie/postgis_release_docs.sh
+++ b/ci/debbie/postgis_release_docs.sh
@@ -92,6 +92,8 @@ make html-install
make html-install-localized
make chunked-html-web-install
make chunked-html-web-install-localized
+make cheatsheet-install
+make cheatsheets-install-localized
# Strip out the "postgis-web-" suffix
# from chunked html directories, backing
commit 0e64e2868aec76cd2e7758c97bb2e96e1d95b58d
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Jul 6 13:32:04 2023 +0200
Add cheatsheet-install rule and fix cheatsheet build/install off-tree
References #5435
diff --git a/doc/Makefile.in b/doc/Makefile.in
index e28bf221f..ee76e90cb 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -227,9 +227,9 @@ GENERATED_COMMENT_FILES = $(patsubst \
)
GENERATED_CHEATSHEET_FILES = $(patsubst \
- $(srcdir)/xsl/%.html.xsl, \
+ $(abs_srcdir)/xsl/%.html.xsl, \
html/%$(DOCSUFFIX).html, \
- $(wildcard $(srcdir)/xsl/*_cheatsheet.html.xsl) \
+ $(wildcard $(abs_srcdir)/xsl/*_cheatsheet.html.xsl) \
)
VPATH = $(srcdir)
@@ -417,6 +417,10 @@ pdf-clean:
epub-clean:
rm -f postgis*$(DOCSUFFIX).epub
+cheatsheet-install: $(GENERATED_CHEATSHEET_FILES)
+ mkdir -p $(DESTDIR)$(htmldir)
+ $(INSTALL_DATA) $(GENERATED_CHEATSHEET_FILES) $(DESTDIR)$(htmldir)/
+
cheatsheet-clean:
rm -f $(GENERATED_CHEATSHEET_FILES)
-----------------------------------------------------------------------
Summary of changes:
ci/debbie/postgis_release_docs.sh | 2 ++
doc/Makefile.in | 8 ++++++--
2 files changed, 8 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list