aboutsummaryrefslogtreecommitdiff
path: root/markley/Makefile
blob: e2e903b1521fbed028149deee9b0573719ddfab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.POSIX:

all: essayone.pdf essaytwo.pdf essaythree.pdf proposal.pdf

%.pdf: %.tex %.bib
	pdflatex $*.tex
	bibtex8 $*
	pdflatex $*.tex
	pdflatex $*.tex

proposal.pdf: proposal.tex
	pdflatex proposal.tex

clean:
	rm -f essay{one,two,three}{-blx.bib,.{aux,bbl,bcf,blg,log,out,pdf,run.xml}} \
	proposal.{log,pdf,aux,out}