[postgis-tickets] r16817 - Replace long tag with short-tag for xref ST_MemSize. Was causing problems with po conversion
Regina Obe
lr at pcorp.us
Sun Sep 16 05:03:36 PDT 2018
Author: robe
Date: 2018-09-16 17:03:36 -0700 (Sun, 16 Sep 2018)
New Revision: 16817
Modified:
trunk/ci/debbie/postgis_release_docs.sh
trunk/doc/po/templates/reference_editor.xml.pot
trunk/doc/reference_editor.xml
Log:
Replace long tag with short-tag for xref ST_MemSize. Was causing problems with po conversion
Revise to build html of languages with high completion % as part of general doc building
Modified: trunk/ci/debbie/postgis_release_docs.sh
===================================================================
--- trunk/ci/debbie/postgis_release_docs.sh 2018-09-16 23:58:35 UTC (rev 16816)
+++ trunk/ci/debbie/postgis_release_docs.sh 2018-09-17 00:03:36 UTC (rev 16817)
@@ -71,12 +71,13 @@
make -e chunked-html 2>&1 | tee -a doc-errors.log
if [[ "$reference" == *"trunk"* ]]; then #only do this for trunk because only trunk follows transifex
- #make update-po
- #make -C po/it_IT/ local-html
+ make update-pot
+ make pull-tx
+ make -C po/it_IT/ local-html
make -C po/pt_BR/ local-html
- #make -C po/ja/ local-html
+ make -C po/ja/ local-html
make -C po/de/ local-html
- #make -C po/ko_KR/ local-html
+ make -C po/ko_KR/ local-html
#make pdf-localized
fi
Modified: trunk/doc/po/templates/reference_editor.xml.pot
===================================================================
--- trunk/doc/po/templates/reference_editor.xml.pot 2018-09-16 23:58:35 UTC (rev 16816)
+++ trunk/doc/po/templates/reference_editor.xml.pot 2018-09-17 00:03:36 UTC (rev 16817)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-09-16 19:07+0000\n"
+"POT-Creation-Date: 2018-09-16 20:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
Modified: trunk/doc/reference_editor.xml
===================================================================
--- trunk/doc/reference_editor.xml 2018-09-16 23:58:35 UTC (rev 16816)
+++ trunk/doc/reference_editor.xml 2018-09-17 00:03:36 UTC (rev 16817)
@@ -1179,7 +1179,7 @@
<note>
<para>
Only the on-disk size of the geometry is potentially affected by
- <code>ST_QuantizeCoordinates</code>. <xref linkend="ST_MemSize"></xref>,
+ <code>ST_QuantizeCoordinates</code>. <xref linkend="ST_MemSize" />,
which reports the in-memory usage of the geometry, will return the
the same value regardless of the disk space used by a geometry.
</para>
More information about the postgis-tickets
mailing list