[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-651-gadbf48e41
git at osgeo.org
git at osgeo.org
Sun Oct 1 01:19:45 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 adbf48e41e5862203c9ee9352a6842c30d75ffe5 (commit)
from c65bbfb2a32e5e5677789b2c6240ff17b78957d8 (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 adbf48e41e5862203c9ee9352a6842c30d75ffe5
Author: Sandro Santilli <strk at kbt.io>
Date: Sun Oct 1 10:19:12 2023 +0200
[debbie] do not include google analytics in chunked html manual
References #5559
diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh
index 2f08abf9e..ae1357d32 100644
--- a/ci/debbie/postgis_release_docs.sh
+++ b/ci/debbie/postgis_release_docs.sh
@@ -74,7 +74,7 @@ if [[ "$POSTGIS_MICRO_VERSION" == *"dev"* ]]; then
fi
make cheatsheets
-make -e chunked-html-web # TODO: do we really want this too in the doc-html-*.tar.gz package ?
+make -e chunked-html # TODO: do we really want this too in the doc-html-*.tar.gz package ?
make html-localized # TODO: do we really want this too in the doc-html-*.tar.gz package ?
package="doc-html-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.tar.gz"
@@ -85,8 +85,8 @@ cp $package ${STUFF_DIR}
make html-assets-install
make html-install
make html-install-localized
-make chunked-html-web-install
-make chunked-html-web-install-localized
+make chunked-html-install
+make chunked-html-install-localized
make cheatsheet-install
make cheatsheet-install-localized
-----------------------------------------------------------------------
Summary of changes:
ci/debbie/postgis_release_docs.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list