[postgis-tickets] r16963 - Change to use chunked-html-web version to log doc stats complement to r16960
Regina Obe
lr at pcorp.us
Tue Oct 30 11:40:53 PDT 2018
Author: robe
Date: 2018-10-30 11:40:53 -0700 (Tue, 30 Oct 2018)
New Revision: 16963
Modified:
trunk/ci/debbie/postgis_release_docs.sh
Log:
Change to use chunked-html-web version to log doc stats complement to r16960
Modified: trunk/ci/debbie/postgis_release_docs.sh
===================================================================
--- trunk/ci/debbie/postgis_release_docs.sh 2018-10-30 18:18:06 UTC (rev 16962)
+++ trunk/ci/debbie/postgis_release_docs.sh 2018-10-30 18:40:53 UTC (rev 16963)
@@ -68,7 +68,7 @@
mkdir images
cp html/images/* images
make epub
-make -e chunked-html 2>&1 | tee -a doc-errors.log
+make -e chunked-html-web 2>&1 | tee -a doc-errors.log
if [[ "$reference" == *"trunk"* ]]; then #only do this for trunk because only trunk follows transifex
make update-pot
More information about the postgis-tickets
mailing list