Skip to content

Commit

Permalink
Fix the build, ethereum#583
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed Feb 16, 2018
1 parent a91c29c commit bb8a257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi

echo "\newcommand{\YellowPaperVersionNumber}{$REV}" > Version.tex

mkdir build
mkdir -p build
pdflatex -output-directory=build -interaction=errorstopmode -halt-on-error Paper.tex && \
bibtex build/Paper && \
pdflatex -output-directory=build -interaction=errorstopmode -halt-on-error Paper.tex && \
Expand Down

0 comments on commit bb8a257

Please sign in to comment.