aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@fripost.org>2019-05-10 13:33:23 +0200
committerGustav Eek <gustav.eek@fripost.org>2019-05-15 08:35:37 +0200
commita8a6f577e2e62727885149b221a6936dc762f1b6 (patch)
tree926ed9dca819bfea49da526f3f751e4f7ba19a79
parent8ac7ad8c0538b6be88b2228131954be4f476ebe1 (diff)
Annual report Makefile completed with reports
-rw-r--r--annual-reports/Makefile4
1 files changed, 4 insertions, 0 deletions
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