aboutsummaryrefslogtreecommitdiffstats
path: root/annual-reports/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'annual-reports/Makefile')
-rw-r--r--annual-reports/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/annual-reports/Makefile b/annual-reports/Makefile
index 53e7d3f..f05651b 100644
--- a/annual-reports/Makefile
+++ b/annual-reports/Makefile
@@ -1,10 +1,22 @@
ALL = \
+ annual-report-2019.pdf \
+ economical-report-2019.pdf \
+ auditors-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
+
+economical-report-2019.pdf: Balans-och-resultat-2018-fripost.pdf
+ cp $< $@
+
+auditors-report-2019.pdf: revision2018.pdf
+ cp $< $@
+
annual-report-2018.pdf: annual-report-2018-master.tex annual-report-2018.tex
pdflatex -jobname=$(basename $@) annual-report-2018-master.tex