]> granicus.if.org Git - postgis/commitdiff
put back makde pdf but after the html files ahave already been copied
authorRegina Obe <lr@pcorp.us>
Thu, 14 Apr 2016 00:02:12 +0000 (00:02 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 14 Apr 2016 00:02:12 +0000 (00:02 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14843 b70326c6-7e19-0410-871a-916f4a2858ee

ci/debbie/postgis_doc_translations.sh

index 79bcf71e18e36cbd5bcb95148cb4268c345c24c6..1b26eabaaac0ff7c8b68047257c306b02ec639fc 100644 (file)
@@ -61,12 +61,12 @@ make html-localized
 # 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