Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 22531903 authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files

Fix PDF generation issue

parent 123fc074
Branches
No related merge requests found
......@@ -38,8 +38,8 @@ HERE
echo "**** Updating $PAGES_URL/$VER_DIR ****"
sphinx-build -j auto -b html . public/$VER_DIR/
sphinx-build -j auto -M latexpdf . public/$VER_DIR/
make html BUILDDIR=public/$VER_DIR/
make latexpdf BUILDDIR=public/$VER_DIR/
pdfcpu optimize public/$VER_DIR/latex/beagleboard-docs.pdf
mv public/$VER_DIR/latex/beagleboard-docs.pdf public/$VER_DIR/
rm -rf public/$VER_DIR/latex
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment