[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1141-g8102e2ec5
git at osgeo.org
git at osgeo.org
Wed Jul 5 07:51:00 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 8102e2ec58303d5fd9b6fef19847dfa91ba75adb (commit)
from 917ca73d6c934c015ee22631d161307dd04bdceb (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 8102e2ec58303d5fd9b6fef19847dfa91ba75adb
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Jul 5 16:48:45 2023 +0200
Fix path to style.css for chunked html
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 5b0f9166e..8ba3b5e9a 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -93,12 +93,11 @@ XSLTPROC_COMMONOPTS= \
--stringparam chunker.output.encoding UTF-8 \
--stringparam chunker.output.indent no \
--stringparam saxon.character.representation decimal \
- --stringparam html.stylesheet style.css \
$(XSLTPROCFLAGS)
XSLTPROC_CHUNKED_HTML_OPTS = \
- --stringparam img.src.path ../
-
+ --stringparam img.src.path ../ \
+ --stringparam html.stylesheet ../style.css
HTML_DOCBOOK_XSL=$(XSLBASE)/html/docbook.xsl
CHUNK_HTML_DOCBOOK_XSL=$(XSLBASE)/html/chunk.xsl
@@ -343,6 +342,7 @@ html: html/postgis$(DOCSUFFIX).html
html/postgis$(DOCSUFFIX).html: postgis-out.xml Makefile $(XML_INPUTS)
$(XSLTPROC) $(XSLTPROC_COMMONOPTS) \
+ --stringparam html.stylesheet style.css \
--output html/postgis$(DOCSUFFIX).html \
$(HTML_DOCBOOK_XSL) \
$<
-----------------------------------------------------------------------
Summary of changes:
doc/Makefile.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list