diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2018-04-30 16:37:40 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2018-04-30 16:37:40 +0200 |
commit | 0522cd2f093641934960af403fc0e96f4d3e46ee (patch) | |
tree | 94729ddfea720eb9785041f227bbbde92c736925 /annual-reports/Makefile | |
parent | 36b429488329062f935cbeba1021a4c0a851db56 (diff) |
The economical report scanned and addedge/2017-05-13-annual
Diffstat (limited to 'annual-reports/Makefile')
-rw-r--r-- | annual-reports/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/annual-reports/Makefile b/annual-reports/Makefile index d56331c..b74d602 100644 --- a/annual-reports/Makefile +++ b/annual-reports/Makefile @@ -11,8 +11,8 @@ all : $(ALL) annual-report-2017.pdf: annual-report-2017-master.tex annual-report-2017.tex pdflatex -jobname=$(basename $@) annual-report-2017-master.tex -economical-report-2017.pdf: ../resources/dummy.tex - pdflatex -jobname=$(basename $@) $< +economical-report-2017.pdf: 20180430_084132.pdf + cp $< $@ auditors-report-2017.pdf: revision2016.pdf cp $< $@ |