From 5e1808a8c2fe7dc92a111eca4a10f9b53727cf28 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sun, 16 Sep 2018 16:54:50 +0000 Subject: [PATCH] update pot is not part of pull-tx so needs to be run before pulling the tx files git-svn-id: http://svn.osgeo.org/postgis/trunk@16810 b70326c6-7e19-0410-871a-916f4a2858ee --- ci/debbie/postgis_doc_translations.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/debbie/postgis_doc_translations.sh b/ci/debbie/postgis_doc_translations.sh index 1b26eabaa..36bdce4d2 100644 --- a/ci/debbie/postgis_doc_translations.sh +++ b/ci/debbie/postgis_doc_translations.sh @@ -39,7 +39,8 @@ LDFLAGS="-L${PGPATH}/lib" ./configure \ --without-raster make clean cd doc - +make update-pot +make pull-tx mv postgis.xml postgis.xml.orig sed -e "s::SVN Revision (${POSTGIS_SVN_REVISION}):" postgis.xml.orig > postgis.xml -- 2.40.0