aboutsummaryrefslogtreecommitdiffstats
path: root/annual-reports/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'annual-reports/Makefile')
-rw-r--r--annual-reports/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/annual-reports/Makefile b/annual-reports/Makefile
index c87a7f8..75e1146 100644
--- a/annual-reports/Makefile
+++ b/annual-reports/Makefile
@@ -15,7 +15,10 @@ all : $(ALL)
pdflatex -jobname=$(basename $@) $<
%._.tex: %.mdwn
- pandoc -f markdown -t latex < $< > $@
+ cat < $< |\
+ sed -f ../preamble/acronyms.sed -f ../preamble/attendants.sed |\
+ pandoc -f markdown -t latex \
+ > $@
annual-report-2019.pdf: annual-report-2019-master.tex annual-report-2019.tex
pdflatex -jobname=$(basename $@) annual-report-2019-master.tex