e7a2ac75e94fe32b49b2c4d74838f326e283b0e2
[matches/MCTX3420.git] / reports / final / Makefile
1 #Makefile for thesis
2
3 all : 
4         make clean
5         make report.pdf
6
7 report.pdf : report.tex
8         rm -f *.aux *.bbl *.log *.toc *.lof *.blg *.lot
9
10         pdflatex --shell-escape report
11         bibtex report
12         pdflatex --shell-escape report
13         pdflatex --shell-escape report
14         bibtex report
15         pdflatex --shell-escape report
16         pdflatex --shell-escape report
17
18
19         rm -f *.bbl *.log *.toc *.lof *.blg *.lot
20
21
22 clean : 
23         rm -f report.pdf

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