Thesis - final copy
[matches/honours.git] / thesis / Makefile
index b3da278..30c8fdb 100644 (file)
@@ -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

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