From a8a6f577e2e62727885149b221a6936dc762f1b6 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Fri, 10 May 2019 13:33:23 +0200 Subject: Annual report Makefile completed with reports --- annual-reports/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/annual-reports/Makefile b/annual-reports/Makefile index 53e7d3f..a22a53d 100644 --- a/annual-reports/Makefile +++ b/annual-reports/Makefile @@ -1,10 +1,14 @@ ALL = \ + annual-report-2019.pdf \ annual-report-2018.pdf \ economical-report-2018.pdf \ auditors-report-2018.pdf \ all : $(ALL) +annual-report-2019.pdf: annual-report-2019-master.tex annual-report-2019.tex + pdflatex -jobname=$(basename $@) annual-report-2019-master.tex + annual-report-2018.pdf: annual-report-2018-master.tex annual-report-2018.tex pdflatex -jobname=$(basename $@) annual-report-2018-master.tex -- cgit v1.2.3