X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=thesis%2FMakefile;h=30c8fdb2ce7b84f60ade0f8580c7776ea59b9fdf;hb=d64ad3f0b622195e307ae648d2c7dede88566fa5;hp=b3da278aaf03aa9782ce6524dc5d5c3c1b2fcb1d;hpb=ddcdd43bf4077f35beefc59eb8568e13b6c5b3cd;p=matches%2Fhonours.git diff --git a/thesis/Makefile b/thesis/Makefile index b3da278a..30c8fdb2 100644 --- a/thesis/Makefile +++ b/thesis/Makefile @@ -1,4 +1,10 @@ #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 @@ -9,5 +15,8 @@ thesis.pdf : thesis.tex 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 thesis.pdf + rm -f thesis.pdf