[postgis-tickets] r16965 - Change doc target for debbie to be "html-chunked-web" for google analytics fragment

Paul Ramsey pramsey at cleverelephant.ca
Tue Oct 30 12:50:14 PDT 2018


Author: pramsey
Date: 2018-10-30 12:50:14 -0700 (Tue, 30 Oct 2018)
New Revision: 16965

Modified:
   branches/2.5/ci/debbie/postgis_release_docs.sh
Log:
Change doc target for debbie to be "html-chunked-web" for google analytics fragment


Modified: branches/2.5/ci/debbie/postgis_release_docs.sh
===================================================================
--- branches/2.5/ci/debbie/postgis_release_docs.sh	2018-10-30 19:47:52 UTC (rev 16964)
+++ branches/2.5/ci/debbie/postgis_release_docs.sh	2018-10-30 19:50:14 UTC (rev 16965)
@@ -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-po



More information about the postgis-tickets mailing list