[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-406-geb027f6ee
git at osgeo.org
git at osgeo.org
Tue Sep 12 00:50:56 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 eb027f6eeb3bde6e5b5511fe5c2c730d6b9b4ab9 (commit)
from 94922de5cacf6ea3adb85274e55eade713f05699 (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 eb027f6eeb3bde6e5b5511fe5c2c730d6b9b4ab9
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Sep 12 09:49:45 2023 +0200
Skip hitting network for cheatsheets and comments generation too
References #2792
diff --git a/doc/Makefile.in b/doc/Makefile.in
index e85467ceb..22c757676 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -309,10 +309,10 @@ $(TAG_GENERATED_SOURCES): xsl/node_by_xpath.xsl xsl-config.xml | Makefile
endif
$(GENERATED_COMMENT_FILES): %.sql: xsl/%.sql.xsl postgis-out.xml
- $(XSLTPROC) --novalid $(XSLTPROC_PATH_OPT) -o $@ $< postgis-out.xml
+ $(XSLTPROC) --novalid $(XSLTPROCFLAGS) $(XSLTPROC_PATH_OPT) -o $@ $< postgis-out.xml
$(GENERATED_CHEATSHEET_FILES): $(html_builddir)/%$(DOCSUFFIX).html: xsl/%.html.xsl postgis-out.xml xsl/common_cheatsheet.xsl xsl/common_utils.xsl
- $(XSLTPROC) --novalid $(XSLTPROC_PATH_OPT) $(XSLTPROC_CUSTOM_VARS) -o $@ $< postgis-out.xml
+ $(XSLTPROC) --novalid $(XSLTPROCFLAGS) $(XSLTPROC_PATH_OPT) $(XSLTPROC_CUSTOM_VARS) -o $@ $< postgis-out.xml
postgis-nospecial.xml: postgis.xml $(XML_SOURCES) $(TAG_GENERATED_SOURCES) Makefile
grep -v '\&postgis_special;' $< > $@.in
-----------------------------------------------------------------------
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