[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1129-g5263bbec9
git at osgeo.org
git at osgeo.org
Wed Jul 5 05:08:42 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 5263bbec94cc98655c0acb7e07692f7c3bb63d56 (commit)
from 9c50cb9cda0886e545b193e823c7996aba3a6bd9 (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 5263bbec94cc98655c0acb7e07692f7c3bb63d56
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Jul 5 14:08:24 2023 +0200
Further simplify localized targets
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 420903867..abe1c1f75 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -336,7 +336,7 @@ html: html/postgis$(DOCSUFFIX).html
%-localized:
rule=$(patsubst %-localized,%,$@); \
for lang in $(translations); do \
- echo "Creating $$rule for language $$lang..."; \
+ echo "Making $$rule for language $$lang..."; \
$(MAKE) -C po/$$lang local-$$rule || exit 1; \
done
@@ -509,13 +509,6 @@ check-unit: $(XML_INPUTS)
$(XMLLINT) --loaddtd $(XSLTPROC_PATH_OPT) --xinclude --valid postgis-out.xml --noout
endif
-check-localized:
- @for lang in $(translations); do \
- echo "Creating html for language $$lang..."; \
- $(MAKE) -C po/$$lang local-check || exit 1; \
- done
-
-
requirements_not_met_xsltproc:
@echo
@echo "configure was unable to find 'xsltproc' which is required"
-----------------------------------------------------------------------
Summary of changes:
doc/Makefile.in | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list