aboutsummaryrefslogtreecommitdiffstats
path: root/2012/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '2012/Makefile')
-rw-r--r--2012/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/2012/Makefile b/2012/Makefile
index 8f4fd12..c1b7ff8 100644
--- a/2012/Makefile
+++ b/2012/Makefile
@@ -12,7 +12,7 @@ minutes1 = 2012-01-19-board
all: $(minutes3) $(minutes2) $(minutes1)
-$(minutes3).pdf: $(minutes3).tex ../preamble/preamble.tex
+$(minutes3).pdf: $(minutes3).tex ../preamble/preamble.tex ../by-laws/by-laws-2012.tex ../operational-plans/operational-plan-2012.tex ../annual-reports/annual-report-2012.tex
pdflatex $(minutes3).tex
latex_count=5 ; \
while egrep -s 'Rerun (LaTeX|to get cross-references right)' $(minutes3).log && [ $$latex_count -gt 0 ] ;\