X-Git-Url: http://git.tremily.us/?p=letter-of-interest.git;a=blobdiff_plain;f=Makefile;h=985f35c874d08cb26a6a7c21ad03468afacb98d9;hp=0c726ae3669364ec7d56695ae85bb9d49c92c727;hb=HEAD;hpb=e7b7f5ea0ac2c9242a3596f74542e78865629c6f diff --git a/Makefile b/Makefile index 0c726ae..985f35c 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,10 @@ -#BIBS = ts -#bu1 bu2 bu3 +BIBS = loi -ts.pdf: ts.tex $(BIBS:%=%.bbl) $(BIBS:%=%.blg) +loi.pdf: loi.tex $(BIBS:%=%.bbl) $(BIBS:%=%.blg) pdflatex "$<" pdflatex "$<" -$(BIBS:%=%.aux): %.aux: ts.tex +$(BIBS:%=%.aux): %.aux: loi.tex pdflatex "$<" $(BIBS:%=%.bbl): %.bbl: %.aux