[postgis-tickets] r16810 - update pot is not part of pull-tx so needs to be run before pulling the tx files
Regina Obe
lr at pcorp.us
Sun Sep 16 09:54:51 PDT 2018
Author: robe
Date: 2018-09-16 09:54:50 -0700 (Sun, 16 Sep 2018)
New Revision: 16810
Modified:
trunk/ci/debbie/postgis_doc_translations.sh
Log:
update pot is not part of pull-tx so needs to be run before pulling the tx files
Modified: trunk/ci/debbie/postgis_doc_translations.sh
===================================================================
--- trunk/ci/debbie/postgis_doc_translations.sh 2018-09-16 16:18:45 UTC (rev 16809)
+++ trunk/ci/debbie/postgis_doc_translations.sh 2018-09-16 16:54:50 UTC (rev 16810)
@@ -39,8 +39,9 @@
--without-raster
make clean
cd doc
+make update-pot
+make pull-tx
-
mv postgis.xml postgis.xml.orig
sed -e "s:</title>:</title><subtitle><subscript>SVN Revision (<emphasis>${POSTGIS_SVN_REVISION}</emphasis>)</subscript></subtitle>:" postgis.xml.orig > postgis.xml
More information about the postgis-tickets
mailing list