Convert teaching-statement template to a letter of intent
[letter-of-interest.git] / Makefile
1 #BIBS = loi
2
3 loi.pdf: loi.tex $(BIBS:%=%.bbl) $(BIBS:%=%.blg)
4         pdflatex "$<"
5         pdflatex "$<"
6
7 $(BIBS:%=%.aux): %.aux: loi.tex
8         pdflatex "$<"
9
10 $(BIBS:%=%.bbl): %.bbl: %.aux
11         bibtex "$<"
12
13 $(BIBS:%=%.blg): %.blg: %.aux
14         bibtex "$<"
15
16 clean:
17         rm -f *.aux *.bbl *.blg *.log *.out *.pdf