[postgis-tickets] r14843 - put back makde pdf but after the html files ahave already been copied

Regina Obe lr at pcorp.us
Wed Apr 13 17:02:13 PDT 2016


Author: robe
Date: 2016-04-13 17:02:12 -0700 (Wed, 13 Apr 2016)
New Revision: 14843

Modified:
   trunk/ci/debbie/postgis_doc_translations.sh
Log:
put back makde pdf but after the html files ahave already been copied

Modified: trunk/ci/debbie/postgis_doc_translations.sh
===================================================================
--- trunk/ci/debbie/postgis_doc_translations.sh	2016-04-13 22:50:07 UTC (rev 14842)
+++ trunk/ci/debbie/postgis_doc_translations.sh	2016-04-14 00:02:12 UTC (rev 14843)
@@ -61,12 +61,12 @@
 # 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}
 
+#add back make pdf but after html copy so will work even if pdf generation fails
+make pdf-localized
 cp -R po/*/*.pdf /var/www/postgis_stuff/
 chmod -R 755 /var/www/postgis_docs/manual-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}
 chmod -R 755 /var/www/postgis_stuff/postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}*.pdf



More information about the postgis-tickets mailing list