[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-652-g350388204
git at osgeo.org
git at osgeo.org
Sun Oct 1 01:47:21 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 350388204951da124489290bfe039169da9db7d4 (commit)
from adbf48e41e5862203c9ee9352a6842c30d75ffe5 (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 350388204951da124489290bfe039169da9db7d4
Author: Sandro Santilli <strk at kbt.io>
Date: Sun Oct 1 10:46:33 2023 +0200
Make chunked html output indented
Greatly helps spotting the difference between builds
See #5559
diff --git a/doc/Makefile.in b/doc/Makefile.in
index ca8cd7509..8df679511 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -105,13 +105,13 @@ XSLTPROC_COMMONOPTS= \
--param header.rule 0 \
--param footer.rule 0 \
--param table.borders.with.css 1 \
- --stringparam chunker.output.encoding UTF-8 \
- --stringparam chunker.output.indent no \
--stringparam html.ext .html \
--stringparam saxon.character.representation decimal \
$(XSLTPROCFLAGS)
XSLTPROC_CHUNKED_HTML_OPTS = \
+ --stringparam chunker.output.encoding UTF-8 \
+ --stringparam chunker.output.indent yes \
--stringparam admon.graphics.path ../images/ \
--stringparam img.src.path ../ \
--stringparam html.stylesheet ../style.css
-----------------------------------------------------------------------
Summary of changes:
doc/Makefile.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list