Docs: add network-builder image and fix a couple of minor issues in make-docsite.sh

This commit is contained in:
Mike Hearn 2018-12-20 19:06:22 +01:00
parent ec97e1aee3
commit 08564808c0
2 changed files with 1 additions and 2 deletions

View File

@ -11,12 +11,11 @@ else
source virtualenv/Scripts/activate
fi
# TODO: The PDF rendering is pretty ugly and can be improved a lot.
echo "Generating PDF document ..."
make latexpdf
echo "Generating HTML pages ..."
make html
echo "Moving PDF file from $(eval echo $PWD/build/pdf/corda-developer-site.pdf) to $(eval echo $PWD/build/html/_static/corda-developer-site.pdf)"
echo "Moving PDF file from $(eval echo $PWD/build/latex/corda-developer-site.pdf) to $(eval echo $PWD/build/html/_static/corda-developer-site.pdf)"
mv $PWD/build/latex/corda-developer-site.pdf $PWD/build/html/_static/corda-developer-site.pdf

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB