X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=thesis%2FMakefile~;h=18447d21c7a053026300df32b6bb9c2f9a7d94f4;hb=HEAD;hp=881836dbd3dd64bcc8a2ea4dd7aa155eecb7c711;hpb=70a96cca12cb006506461d26cd112bab179fe74c;p=matches%2Fhonours.git diff --git a/thesis/Makefile~ b/thesis/Makefile~ index 881836db..18447d21 100644 --- a/thesis/Makefile~ +++ b/thesis/Makefile~ @@ -1,12 +1,22 @@ #Makefile for thesis + +all : + make clean + make thesis.pdf + evince thesis.pdf & + thesis.pdf : thesis.tex rm -f *.aux *.bbl *.log *.toc *.lof *.blg *.lot - pdflatex thesis + pdflatex --shell-escape thesis bibtex thesis - pdflatex thesis - pdflatex thesis + pdflatex --shell-escape thesis + pdflatex --shell-escape thesis rm -f *.bbl *.log *.toc *.lof *.blg *.lot + pdftk thesis.pdf proposal/proposal.pdf cat output out.pdf + #mv out.pdf thesis.pdf +clean : + rm -f thesis.pdf