Index: doc/theses/andrew_beach_MMath/Makefile
===================================================================
--- doc/theses/andrew_beach_MMath/Makefile	(revision 6e7b9691a97a3d55912aa422fe7101a1d0e90aee)
+++ doc/theses/andrew_beach_MMath/Makefile	(revision 09ee13126cfc35347fe32499e50fe2b1b4160b6d)
@@ -1,5 +1,5 @@
 ### Makefile for Andrew Beach's Masters Thesis
 
-DOC=thesis.pdf
+DOC=uw-thesis.pdf
 BUILD=out
 TEXSRC=$(wildcard *.tex)
@@ -7,5 +7,5 @@
 STYSRC=$(wildcard *.sty)
 CLSSRC=$(wildcard *.cls)
-TEXLIB= .:${BUILD}:
+TEXLIB= .:../../LaTeXmacros:${BUILD}:
 BIBLIB= .:../../bibliography
 
@@ -29,4 +29,5 @@
 	${LATEX} ${BASE}
 	${BIBTEX} ${BUILD}/${BASE}
+	${LATEX} ${BASE}
 	${GLOSSARY} ${BUILD}/${BASE}
 	${LATEX} ${BASE}
