Forum | Documentation | Website | Blog

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

Clean build directory

parent 665d4d7f
Branches
Tags
No related merge requests found
Pipeline #4513 passed with stages
in 14 minutes and 19 seconds
...@@ -38,9 +38,9 @@ HERE ...@@ -38,9 +38,9 @@ HERE
echo "**** Updating $PAGES_URL/$VER_DIR ****" echo "**** Updating $PAGES_URL/$VER_DIR ****"
make clean make clean BUILDDIR=public/$VER_DIR
make html BUILDDIR=public/$VER_DIR/ make html BUILDDIR=public/$VER_DIR
make latexpdf BUILDDIR=public/$VER_DIR/ make latexpdf BUILDDIR=public/$VER_DIR
pdfcpu optimize public/$VER_DIR/latex/beagleboard-docs.pdf pdfcpu optimize public/$VER_DIR/latex/beagleboard-docs.pdf
mv public/$VER_DIR/latex/beagleboard-docs.pdf public/$VER_DIR/ mv public/$VER_DIR/latex/beagleboard-docs.pdf public/$VER_DIR/
rm -rf public/$VER_DIR/latex 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