diff options
author | Gustav Eek <gustav.eek@etraveli.com> | 2017-05-08 09:58:12 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@etraveli.com> | 2017-05-09 21:47:04 +0200 |
commit | bbdb2e6b58317aac124c0bf176bd2e67b4ed4413 (patch) | |
tree | 7aa37158f5fbbe57c8726a7cd8eeab4bcdc49f32 /2016 | |
parent | 063c3be071e8a08e3d34f374e9d29e8d4f157df6 (diff) |
Scanned copies economical and auditors reports for annual 2016
The file *20170508_092252.pdf* contains the scanned copies. Makefieles
are modified to correctly derive *economical-report-2016.pdf
and *auditors-report-2016.pdf*.
Diffstat (limited to '2016')
-rw-r--r-- | 2016/Makefile | 4 |
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)" |