Skip to content

Commit

Permalink
BUG: cleans build and output before build
Browse files Browse the repository at this point in the history
This prevents leftover latex files from previous build from
persisting and causing hard-to-track-down errors.
Closes scipy-conference#422
  • Loading branch information
deniederhut committed Mar 20, 2019
1 parent 2d54e6f commit f965f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publisher/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ students-pdf: $(TEXDIR)/students.pdf

front-pdf: title-pdf copyright-pdf organization-pdf students-pdf

papers:
papers: clean
./build_papers.py

proceedings: papers $(TEXDIR)/proceedings.tex front-pdf
Expand Down

0 comments on commit f965f44

Please sign in to comment.