[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-249-gd77d4b2a2

git at osgeo.org git at osgeo.org
Sun Oct 23 00:00:44 PDT 2022


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  d77d4b2a2d30bb37dd075d3c29fdabcf990e6b54 (commit)
      from  87f0ba953da7ba3bc2229642855f0d6112eeb318 (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 d77d4b2a2d30bb37dd075d3c29fdabcf990e6b54
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Oct 23 03:00:38 2022 -0400

    Change to be separate command

diff --git a/doc/po/Makefile.local b/doc/po/Makefile.local
index d2b5a2621..8ca8f1fc5 100644
--- a/doc/po/Makefile.local
+++ b/doc/po/Makefile.local
@@ -4,7 +4,10 @@
 local-all: local-html comments
 
 local-html: symlinks
-	$(MAKE) html cheatsheets
+	$(MAKE) html
+
+local-cheatsheets: symlinks
+	$(MAKE) cheatsheets
 
 local-pdf: symlinks
 	$(MAKE) pdf

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list