Include PDF output

This commit is contained in:
Sebastian Safari 2018-08-03 08:00:12 -07:00 committed by GitHub
parent c9ffe2f2b6
commit c66edfe707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ pushd html/chapters
pandoc -f html -t epub -o ../../google-sre.epub --epub-metadata=../../metadata.xml --epub-cover-image=../../cover.jpg sre.html
popd
ebook-convert google-sre.epub google-sre.mobi
ebook-convert google-sre.epub google-sre.pdf
if [ "$1"=="docker" ]; then
chown -v $(id -u):$(id -g) google-sre.*