[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1181-gb5a15b029
git at osgeo.org
git at osgeo.org
Sat Jul 8 07:25:38 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 b5a15b029e544b8f196f6b175f2e6379b5a629e5 (commit)
from 53b328250c63f6fb7a0f6baef98dc7a913ad5ced (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 b5a15b029e544b8f196f6b175f2e6379b5a629e5
Author: Sandro Santilli <strk at kbt.io>
Date: Sat Jul 8 15:19:59 2023 +0200
Avoid creating stale nested symlinks
diff --git a/doc/po/Makefile.local b/doc/po/Makefile.local
index 1739334d2..3ae8810c4 100644
--- a/doc/po/Makefile.local
+++ b/doc/po/Makefile.local
@@ -18,8 +18,8 @@ local-%: symlinks
$(MAKE) $(patsubst local-%,%,$@) DOCSUFFIX=$(DOCSUFFIX)
symlinks:
- ln -sf ../../html html
- ln -sf $(srcdir)/../../xsl xsl
+ ln -sf ../../html .
+ ln -sf $(srcdir)/../../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