summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc28933..18166f2 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
PYTHON = python
all: progreport/document.pdf execsumm/document.pdf
progreport/document.pdf: progreport/document.tex format.tex com.tex
-execsumm/document.pdf: execsumm/document.tex format.tex com.tex
+execsumm/document.pdf: execsumm/document.tex format.tex com.tex plot.png
.tex.pdf:
cd ${@D} && pdftex --jobname ${*F} ${<F}
clean: