[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-597-gfa1c7a5f3
git at osgeo.org
git at osgeo.org
Tue Sep 19 09:15:45 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 fa1c7a5f39755fec99d71664028b421dd5f7e168 (commit)
from 17a2f0cb5d21819a3950073917dc29eca0fc0d5f (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 fa1c7a5f39755fec99d71664028b421dd5f7e168
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Sep 19 18:14:47 2023 +0200
Fix updating the .pot file (was not being done)
diff --git a/doc/Makefile.in b/doc/Makefile.in
index fbce30ef0..5ab84e16f 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -328,7 +328,7 @@ $(XML_UNIFIED_POT): $(XML_SOURCE_POTS)
@$(MSGCAT) --use-first --no-location -o $@.tmp $(XML_SOURCE_POTS)
@if test -f $@; then \
if test -n "$$($(MSGCOMM) --unique $@.tmp $@ | tail -1)"; then \
- $(MSGMERGE) -U $@.tmp $@ || exit 1; \
+ $(MSGMERGE) -U $@ $@.tmp || exit 1; \
echo "$@ updated"; \
else \
echo "$@ unchanged"; \
-----------------------------------------------------------------------
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