mirror of
https://github.com/corda/corda.git
synced 2024-12-20 21:43:14 +00:00
Reordering fix: move now works as depends on creation of html directory from previous step. (#3108)
This commit is contained in:
parent
8419b24d80
commit
0dae108088
@ -12,6 +12,12 @@ else
|
||||
fi
|
||||
|
||||
# TODO: The PDF rendering is pretty ugly and can be improved a lot.
|
||||
echo "Generating PDF document ..."
|
||||
make pdf
|
||||
mv build/pdf/corda-developer-site.pdf build/html/_static/corda-developer-site.pdf
|
||||
|
||||
echo "Generating HTML pages ..."
|
||||
make html
|
||||
|
||||
echo "Moving PDF file into place ..."
|
||||
mv $PWD/build/pdf/corda-developer-site.pdf $PWD/build/html/_static/corda-developer-site.pdf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user