ARGH
[matches/honours.git] / thesis / Makefile
1 #Makefile for thesis
2
3 all : 
4         make clean
5         make thesis.pdf
6         evince thesis.pdf &
7
8 thesis.pdf : thesis.tex
9         rm -f *.aux *.bbl *.log *.toc *.lof *.blg *.lot
10
11         pdflatex --shell-escape thesis
12         bibtex thesis
13         pdflatex --shell-escape thesis
14         pdflatex --shell-escape thesis
15
16         rm -f *.bbl *.log *.toc *.lof *.blg *.lot
17
18         pdftk thesis.pdf proposal/proposal.pdf cat output out.pdf
19         mv out.pdf thesis.pdf
20
21 clean : 
22         rm -f thesis.pdf

UCC git Repository :: git.ucc.asn.au