[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1179-geb952ac86

git at osgeo.org git at osgeo.org
Sat Jul 8 02:15:59 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  eb952ac86bc68ef2e1035132f5e02ddeb1d9cfd2 (commit)
      from  646781e1260a164f8eedbf201100c0f9d24742f4 (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 eb952ac86bc68ef2e1035132f5e02ddeb1d9cfd2
Author: Sandro Santilli <strk at kbt.io>
Date:   Sat Jul 8 11:15:01 2023 +0200

    Fix parallel build (and clean) of localized docs

diff --git a/doc/po/Makefile.local b/doc/po/Makefile.local
index 10807bd8b..1739334d2 100644
--- a/doc/po/Makefile.local
+++ b/doc/po/Makefile.local
@@ -18,8 +18,8 @@ local-%: symlinks
 	$(MAKE) $(patsubst local-%,%,$@) DOCSUFFIX=$(DOCSUFFIX)
 
 symlinks:
-	rm -f html; ln -s ../../html html
-	rm -f xsl; ln -s $(srcdir)/../../xsl xsl
+	ln -sf ../../html html
+	ln -sf $(srcdir)/../../xsl xsl
 
 # for XML_SOURCES
 include ../../Makefile

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

Summary of changes:
 doc/po/Makefile.local | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list