aboutsummaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorHoward Butler <howard@hobu.co>2017-06-29 13:17:26 -0500
committerGitHub <noreply@github.com>2017-06-29 13:17:26 -0500
commit4e0d0daf5d2cbd875f75d643d701b49a49c0b580 (patch)
tree4c2ed11fbfc6dec2f399719625d7ecd4a99de05a /travis
parent9a9879e05461443e482e2762a9f7db5a2173e992 (diff)
downloadPROJ-4e0d0daf5d2cbd875f75d643d701b49a49c0b580.tar.gz
PROJ-4e0d0daf5d2cbd875f75d643d701b49a49c0b580.zip
Get PDF build output with Sphinx healthy (#533)
* Get PDF build output with Sphinx healthy * copy pdf to branch for upload on website
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/build_docs.sh1
-rwxr-xr-xtravis/deploy_website.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/travis/build_docs.sh b/travis/build_docs.sh
index cc8f5ccd..bae779f6 100755
--- a/travis/build_docs.sh
+++ b/travis/build_docs.sh
@@ -3,5 +3,6 @@
cd docs
echo "building docs for $TRAVIS_BUILD_DIR/docs"
docker run -v $TRAVIS_BUILD_DIR:/data -w /data/docs osgeo/proj.4 make html
+docker run -v $TRAVIS_BUILD_DIR:/data -w /data/docs osgeo/proj.4 make latexpdf
diff --git a/travis/deploy_website.sh b/travis/deploy_website.sh
index 9a3e6dfc..f9eeaab9 100755
--- a/travis/deploy_website.sh
+++ b/travis/deploy_website.sh
@@ -11,6 +11,7 @@ git checkout gh-pages
cd $builddir/html
cp -rf * $destdir/proj4docs
+cp $builddir/latexpdf/proj4.pdf $destdir/proj4docs
cd $destdir/proj4docs
git config user.email "proj4bot@proj4.bot"