[postgis-tickets] [SCM] PostGIS branch out-of-build-docs updated. 3.2.0-383-g24df40f76

git at osgeo.org git at osgeo.org
Thu Jan 27 09:26:15 PST 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, out-of-build-docs has been updated
  discards  598ffa3f99b7648d45e361bc91d36e9a8c70038d (commit)
  discards  bb827330ed16bdf88dbe793b67beaa2b0e9de81d (commit)
  discards  99809f9f1a0391b2dc44b4eaff94a2bbf3cf2852 (commit)
  discards  146820e013003c0c2a19a322ae0a1cdf4fcc22ce (commit)
       via  24df40f76bb9c9ed10ccb1e44668fa06c8d37132 (commit)
       via  82fe97d436ab8a5ad726fba5464c341295c1ef8a (commit)
       via  193f0510f3b516d77a0cdd4549dcf681dbcc9ed9 (commit)
       via  e9bb35128b80fe9b2f29229ffc390dbad7810958 (commit)
       via  286625d4807fe44f5bf0a5334f6eeba08685a35f (commit)
       via  0cfdff58c3de7266d8b799350fdff4fb3d61a4d5 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (598ffa3f99b7648d45e361bc91d36e9a8c70038d)
            \
             N -- N -- N (24df40f76bb9c9ed10ccb1e44668fa06c8d37132)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 24df40f76bb9c9ed10ccb1e44668fa06c8d37132
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jan 27 18:25:48 2022 +0100

    Fix `make html` in out-of-tree builds
    
    Puts xsltproc path in XSLTPROC_COMMONOPTS

diff --git a/doc/Makefile.in b/doc/Makefile.in
index 5aa799dbd..7ce5fb714 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -57,6 +57,7 @@ ifeq ($(XSLTPROCFLAGS),)
 endif
 
 XSLTPROC_COMMONOPTS= \
+	--path $(srcdir) \
 	--param section.autolabel 1 \
 	--param section.label.includes.component.label 1 \
 	--param chunk.section.depth 0 \
@@ -258,7 +259,6 @@ postgis-out.xml: postgis.xml Makefile
 
 chunked-html: postgis-out.xml Makefile images $(XML_INPUTS)
 	$(XSLTPROC) $(XSLTPROC_COMMONOPTS) \
-		--path $(srcdir) \
 		--output html/ \
 		$(CHUNK_HTML_DOCBOOK_XSL) \
 		$<

-----------------------------------------------------------------------

Summary of changes:
 doc/Makefile.in                         |  2 +-
 doc/po/de/extras_tigergeocoder.xml.po   | 18 ++++++++++--------
 doc/po/de/faq.xml.po                    | 17 ++++++++++++-----
 doc/po/ru/reference_accessor.xml.po     | 11 ++++++-----
 doc/po/ru/reference_constructor.xml.po  | 11 ++++++-----
 doc/po/ru/reference_editor.xml.po       | 12 +++++++-----
 doc/po/ru/reference_input.xml.po        | 10 ++++++----
 doc/po/ru/reference_management.xml.po   | 11 ++++++-----
 doc/po/ru/reference_measure.xml.po      | 11 ++++++-----
 doc/po/ru/reference_processing.xml.po   | 11 ++++++-----
 doc/po/ru/reference_relationship.xml.po | 10 ++++++----
 doc/po/ru/reference_srs.xml.po          | 10 ++++++----
 doc/po/ru/reference_validation.xml.po   | 10 ++++++----
 13 files changed, 84 insertions(+), 60 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list