aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36310c0..7ac8895 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,12 @@
latexfile = mmbtools
+includes = introduction.tex \
+ interfaces.tex \
+ scenarios.tex \
+ appendix.tex
all: $(latexfile).pdf
-$(latexfile).pdf : $(latexfile).tex vc.tex
+$(latexfile).pdf : $(latexfile).tex vc.tex $(includes)
while (pdflatex $(latexfile) ; \
grep -q "Rerun to get cross" $(latexfile).log ) do true ; \
done