diff --git a/bootstrap.sh b/bootstrap.sh index 2e4cfed..159fa50 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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.*