Index: doc/theses/aaron_moss_PhD/phd/Makefile
===================================================================
--- doc/theses/aaron_moss_PhD/phd/Makefile	(revision 72b20c9f6d5734f1e728b589a8aa0bd458b30028)
+++ doc/theses/aaron_moss_PhD/phd/Makefile	(revision 4c41b17f9e72343a9e9c2c718c0ce820021b603a)
@@ -39,4 +39,5 @@
 generic-timing \
 tests-completed \
+per-prob-histo \
 }
 
@@ -69,4 +70,7 @@
 	gnuplot -e BUILD="'${BUILD}/'" ${EVALDIR}/algo-summary.gp
 
+per-prob-histo.tex : per-prob.gp per-prob.tsv ${BUILD}
+	gnuplot -e BUILD="'${BUILD}/'" ${EVALDIR}/per-prob.gp
+
 ${BUILD}: 
 	mkdir -p ${BUILD}
