Index: doc/theses/mike_brooks_MMath/Makefile
===================================================================
--- doc/theses/mike_brooks_MMath/Makefile	(revision 048dde4a01cb471ff794e3c97fc7a3ab2ef5c397)
+++ doc/theses/mike_brooks_MMath/Makefile	(revision 07293adc96d355d710fff6aae44ae008a11459db)
@@ -87,17 +87,17 @@
 	$< > $@
 
-string-graph-peq-cppemu.pdf: string-graph-peq-cppemu.dat | ${Build}
+string-graph-peq-cppemu.pdf: string-graph-peq-cppemu.dat plot-peg-cppemu.gp | ${Build}
 	gnuplot plot-peg-cppemu.gp
 
-string-graph-peq-sharing.pdf: string-graph-peq-sharing.dat | ${Build}
+string-graph-peq-sharing.pdf: string-graph-peq-sharing.dat plot-peg-sharing.gp | ${Build}
 	gnuplot plot-peg-sharing.gp
 
-string-graph-pta-sharing.pdf: string-graph-pta-sharing.dat | ${Build}
+string-graph-pta-sharing.pdf: string-graph-pta-sharing.dat plot-pta-sharing.gp | ${Build}
 	gnuplot plot-pta-sharing.gp
 
-string-graph-pbv.pdf: string-graph-pbv.dat | ${Build}
+string-graph-pbv.pdf: string-graph-pbv.dat plot-pbv.gp | ${Build}
 	gnuplot plot-pbv.gp
 
-string-graph-allocn.pdf: string-graph-allocn.dat | ${Build}
+string-graph-allocn.pdf: string-graph-allocn.dat plot-allocn.gp | ${Build}
 	gnuplot plot-allocn.gp
 
