From fbba7eccd42c5542f2eb66e6ac1538a87506e844 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Sun, 22 Nov 2020 17:09:57 -0500 Subject: Wrote a bibliography Plus a minor fixup on proposal.tex --- markley/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'markley/Makefile') diff --git a/markley/Makefile b/markley/Makefile index e2e903b..5b8256c 100644 --- a/markley/Makefile +++ b/markley/Makefile @@ -1,6 +1,6 @@ .POSIX: -all: essayone.pdf essaytwo.pdf essaythree.pdf proposal.pdf +all: essayone.pdf essaytwo.pdf essaythree.pdf proposal.pdf biblio.pdf %.pdf: %.tex %.bib pdflatex $*.tex @@ -11,6 +11,9 @@ all: essayone.pdf essaytwo.pdf essaythree.pdf proposal.pdf proposal.pdf: proposal.tex pdflatex proposal.tex +biblio.pdf: biblio.tex + pdflatex biblio.tex + clean: rm -f essay{one,two,three}{-blx.bib,.{aux,bbl,bcf,blg,log,out,pdf,run.xml}} \ - proposal.{log,pdf,aux,out} + {biblio,proposal}.{log,pdf,aux,out} -- cgit