Skip to content
Snippets Groups Projects
Commit ee538853 authored by Sigurd Hagen Tullander's avatar Sigurd Hagen Tullander
Browse files

Fix compile issue

parent 477584cb
Branches
No related tags found
No related merge requests found
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
set -e set -e
cd $(dirname $0)/report_output/ cd $(dirname $0)/report_output/
rm -r ./* rm -rf ./*
cp -r ../report/* ./ cp -rf ../report/* ./
cp -r ../source_code ./ cp -rf ../source_code ./
pdflatex -shell-escape main.tex pdflatex -shell-escape main.tex
bibtex main.aux bibtex main.aux
pdflatex -shell-escape main.tex pdflatex -shell-escape main.tex
pdflatex -shell-escape main.tex pdflatex -shell-escape main.tex
cp main.pdf ../Report.pdf cp -f main.pdf ../Report.pdf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment