[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-774-g7d3ef585f
git at osgeo.org
git at osgeo.org
Wed Apr 20 23:28:45 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 7d3ef585f7c87ea35fecf67637c6c0131f99ec0e (commit)
from 047c4a9ab8adbbe4462c114594ddbb2aa20e477d (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 7d3ef585f7c87ea35fecf67637c6c0131f99ec0e
Author: Regina Obe <lr at pcorp.us>
Date: Thu Apr 21 02:28:25 2022 -0400
Try to fix html localized building, giving invalid path
diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh
index 25bb33878..95b3e932e 100644
--- a/ci/debbie/postgis_release_docs.sh
+++ b/ci/debbie/postgis_release_docs.sh
@@ -71,7 +71,7 @@ cp html/images/* images
make epub
make -e chunked-html-web 2>&1 | tee -a doc-errors.log
-make -C doc/ html-localized
+make html-localized
package="doc-html-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.tar.gz"
-----------------------------------------------------------------------
Summary of changes:
ci/debbie/postgis_release_docs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list