aboutsummaryrefslogtreecommitdiffstats
path: root/2016/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '2016/Makefile')
-rw-r--r--2016/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/2016/Makefile b/2016/Makefile
index 48e0643..90e1a91 100644
--- a/2016/Makefile
+++ b/2016/Makefile
@@ -20,8 +20,10 @@ annual-tex = \
annual-pdf = \
../annual-reports/economical-report-2016 \
../annual-reports/auditors-report-2016
-$(annual-job):
+$(annual-job): $(addsuffix .pdf, $(annual-pdf))
make -f $(common-makefile) compile FILE=$(annual-job) FILES_TEX="$(annual-tex)" FILES_PDF="$(annual-pdf)"
+$(addsuffix .pdf, $(annual-pdf)):
+ make -C ../annual-reports $(notdir $@)
send:
make -f $(common-makefile) send SEND_FILES="$(MINUTES)"