diff options
| author | Howard Butler <howard@hobu.co> | 2017-06-29 13:17:26 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-29 13:17:26 -0500 |
| commit | 4e0d0daf5d2cbd875f75d643d701b49a49c0b580 (patch) | |
| tree | 4c2ed11fbfc6dec2f399719625d7ecd4a99de05a /travis | |
| parent | 9a9879e05461443e482e2762a9f7db5a2173e992 (diff) | |
| download | PROJ-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-x | travis/build_docs.sh | 1 | ||||
| -rwxr-xr-x | travis/deploy_website.sh | 1 |
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" |
