[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1156-g4997d11b8
git at osgeo.org
git at osgeo.org
Wed Jul 5 15:14:15 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 4997d11b8291aacee7ce683539b61641252b5508 (commit)
via 205cd178aaa07471eae515c6d63e076d4aaa2156 (commit)
via d48e41e3c684fb1333b8fd074f572e0b92e3728e (commit)
from 491e945ab36fd76bc6b178e7c8f466466d5e284a (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 4997d11b8291aacee7ce683539b61641252b5508
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Jul 6 00:13:46 2023 +0200
Remove cheatsheet files on make clean
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 31be401c3..01b93c551 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -417,21 +417,22 @@ pdf-clean:
epub-clean:
rm -f postgis*$(DOCSUFFIX).epub
-clean: html-clean html-clean-localized pdf-clean pdf-clean-localized epub-clean epub-clean-localized
+clean: images-clean html-clean html-clean-localized pdf-clean pdf-clean-localized epub-clean epub-clean-localized
rm -f images # work around https://trac.osgeo.org/postgis/ticket/5422
rm -f $(XML_GENERATED_SOURCES)
rm -f $(TAG_GENERATED_SOURCES)
$(MAKE) -C html/images clean
rm -f postgis_gardentest_${POSTGIS_MAJOR_VERSION}${POSTGIS_MINOR_VERSION}.sql
rm -f raster_gardentest_${POSTGIS_MAJOR_VERSION}${POSTGIS_MINOR_VERSION}.sql
+ rm -f $(GENERATED_CHEATSHEET_FILES)
rm -f *.tmp
$(MAKE) clean-localized
distclean: clean distclean-localized
$(MAKE) -C html/images distclean
- rm -f Makefile Makefile.comments html/image_src/Makefile
+ rm -f Makefile Makefile.comments
-maintainer-clean: clean images-clean
+maintainer-clean: distclean
rm -f postgis_comments.sql raster_comments.sql topology_comments.sql tiger_geocoder_comments.sql sfcgal_comments.sql
ifneq ($(CAN_BUILD_COMMENTS),yes)
commit 205cd178aaa07471eae515c6d63e076d4aaa2156
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Jul 6 00:08:38 2023 +0200
Clean image symlink in localized dirs
diff --git a/doc/po/Makefile.local b/doc/po/Makefile.local
index 7936696d2..10807bd8b 100644
--- a/doc/po/Makefile.local
+++ b/doc/po/Makefile.local
@@ -5,6 +5,7 @@ local-all: local-html comments
# We do not want to recurse in parent dir here
local-clean:
+ rm -f images # work around https://trac.osgeo.org/postgis/ticket/5422
rm -f $(XML_INPUTS)
rm -f html
rm -f xsl
commit d48e41e3c684fb1333b8fd074f572e0b92e3728e
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Jul 6 00:07:17 2023 +0200
Remove localized epub and pdf on make clean
Closes #5431 again
diff --git a/doc/Makefile.in b/doc/Makefile.in
index e4ecce37d..31be401c3 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -411,9 +411,13 @@ html-clean:
rm -rf html/postgis-web$(DOCSUFFIX)/
rm -rf html/postgis-web-mobile$(DOCSUFFIX)/
-clean: html-clean html-clean-localized
- rm -f *.pdf
- rm -f *.epub
+pdf-clean:
+ rm -f postgis*$(DOCSUFFIX).pdf
+
+epub-clean:
+ rm -f postgis*$(DOCSUFFIX).epub
+
+clean: html-clean html-clean-localized pdf-clean pdf-clean-localized epub-clean epub-clean-localized
rm -f images # work around https://trac.osgeo.org/postgis/ticket/5422
rm -f $(XML_GENERATED_SOURCES)
rm -f $(TAG_GENERATED_SOURCES)
-----------------------------------------------------------------------
Summary of changes:
doc/Makefile.in | 15 ++++++++++-----
doc/po/Makefile.local | 1 +
2 files changed, 11 insertions(+), 5 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list