[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-552-g0041dedc1
git at osgeo.org
git at osgeo.org
Thu Sep 14 14:01:16 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 0041dedc12d7cfcaf5d0bdfb1d0e37b20a218cfc (commit)
from 119b6e4bf0f5b48c37ca978a69ffab1c3c60001b (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 0041dedc12d7cfcaf5d0bdfb1d0e37b20a218cfc
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Sep 14 23:00:51 2023 +0200
Fix use of undefined XMLCATALOG variable
This was left over from commit bdac1913f
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 2577683ce..18a224282 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -59,6 +59,7 @@ endif
INSTALL=@INSTALL@
INSTALL_DATA=@INSTALL_DATA@
+XMLCATALOG=@XMLCATALOG@
XSLTPROC=@XSLTPROC@
XSLBASE=@XSLBASE@
CAN_UPDATE_TRANSLATIONS=@CAN_UPDATE_TRANSLATIONS@
-----------------------------------------------------------------------
Summary of changes:
doc/Makefile.in | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list