[postgis-tickets] r14842 - get rid of make update po, get rid of html make hard coding and replace with make html localized. Remove pdf generation for now.

Regina Obe lr at pcorp.us
Wed Apr 13 15:50:07 PDT 2016


Author: robe
Date: 2016-04-13 15:50:07 -0700 (Wed, 13 Apr 2016)
New Revision: 14842

Modified:
   trunk/ci/debbie/postgis_doc_translations.sh
Log:
get rid of make update po, get rid of html make hard coding and replace with make html localized.  Remove pdf generation for now.

Modified: trunk/ci/debbie/postgis_doc_translations.sh
===================================================================
--- trunk/ci/debbie/postgis_doc_translations.sh	2016-04-13 19:49:24 UTC (rev 14841)
+++ trunk/ci/debbie/postgis_doc_translations.sh	2016-04-13 22:50:07 UTC (rev 14842)
@@ -52,15 +52,17 @@
 cp html/images/* images 
 #make epub
 #make -e chunked-html 2>&1 | tee -a doc-errors.log
-make update-po
-make -C po/es/ local-html
-make -C po/fr/ local-html
-make -C po/it_IT/ local-html
-make -C po/pt_BR/ local-html
-make -C po/pl/ local-html
-make -C po/ko_KR/ local-html
-make pdf-localized
+#make update-po
+make html-localized
+# make -C po/es/ local-html
+# make -C po/fr/ local-html
+# make -C po/it_IT/ local-html
+# make -C po/pt_BR/ local-html
+# make -C po/pl/ local-html
+# make -C po/ko_KR/ local-html
 
+#make pdf-localized
+
 cp -R html/*.*  /var/www/postgis_docs/manual-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}
 cp -R html/images/* /var/www/postgis_docs/manual-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}/images
 chmod -R 755 /var/www/postgis_docs/manual-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}



More information about the postgis-tickets mailing list