[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-375-gdd81046b9

git at osgeo.org git at osgeo.org
Wed Jan 26 13:47:29 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, master has been updated
       via  dd81046b9e3ecd4f7a9532fb00b090de6137958c (commit)
      from  9409617baf8997c886e4b52d7f59317ce5d48402 (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 dd81046b9e3ecd4f7a9532fb00b090de6137958c
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Jan 26 13:47:09 2022 -0800

    Missing line-continuation in chunked-html target broken build for docs.

diff --git a/doc/Makefile.in b/doc/Makefile.in
index d15ba8190..5aa799dbd 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -258,7 +258,7 @@ postgis-out.xml: postgis.xml Makefile
 
 chunked-html: postgis-out.xml Makefile images $(XML_INPUTS)
 	$(XSLTPROC) $(XSLTPROC_COMMONOPTS) \
-		--path $(srcdir)
+		--path $(srcdir) \
 		--output html/ \
 		$(CHUNK_HTML_DOCBOOK_XSL) \
 		$<

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

Summary of changes:
 doc/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list