[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1093-g3d725b614
git at osgeo.org
git at osgeo.org
Sat Jul 1 09:15:34 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 3d725b614606ff3cd80a3d31661b74574212a7e6 (commit)
from 3a35d045a162ade240af0a1304b51ecfa120baf7 (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 3d725b614606ff3cd80a3d31661b74574212a7e6
Author: Regina Obe <lr at pcorp.us>
Date: Sat Jul 1 12:14:54 2023 -0400
Add a -f to quiet warnings when folder doesn't exist
Closes #5422
diff --git a/doc/Makefile.in b/doc/Makefile.in
index faa417ac1..d97a303b1 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -387,7 +387,7 @@ clean:
rm -f html/*.html
rm -f postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.pdf
rm -f *.epub
- rm images # work around https://trac.osgeo.org/postgis/ticket/5422
+ rm -f images # work around https://trac.osgeo.org/postgis/ticket/5422
rm -f $(XML_GENERATED_SOURCES)
$(MAKE) -C html/images clean
rm -f postgis_gardentest_${POSTGIS_MAJOR_VERSION}${POSTGIS_MINOR_VERSION}.sql
-----------------------------------------------------------------------
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