Skip to content

Commit

Permalink
Docs: add network-builder image and fix a couple of minor issues in m…
Browse files Browse the repository at this point in the history
…ake-docsite.sh
  • Loading branch information
Mike Hearn committed Dec 21, 2018
1 parent ec97e1a commit 0856480
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/make-docsite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0856480

Please sign in to comment.