[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1245-gab511bf34
git at osgeo.org
git at osgeo.org
Fri Jul 14 00:05:49 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 ab511bf34c90759769e6782ac1a0915972191690 (commit)
from 4a9b1312df60a14acc0d4813076ea26a9113a674 (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 ab511bf34c90759769e6782ac1a0915972191690
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Jul 14 09:05:08 2023 +0200
Use -rf to remove the html and xsl files under po/*
Worksaround lack of symlinks in windows
References #5441
diff --git a/doc/po/Makefile.local b/doc/po/Makefile.local
index 8f47b085d..a282d0ce4 100644
--- a/doc/po/Makefile.local
+++ b/doc/po/Makefile.local
@@ -7,8 +7,8 @@ local-all: local-html comments
local-clean: local-html-clean local-pdf-clean local-epub-clean local-cheatsheet-clean
rm -f images # work around https://trac.osgeo.org/postgis/ticket/5422
rm -f $(XML_INPUTS)
- rm -f html
- rm -f xsl
+ rm -rf html
+ rm -rf xsl
# We do not want to recurse in parent dir here
local-distclean:
-----------------------------------------------------------------------
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