diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2018-04-29 22:22:05 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2018-04-29 22:22:05 +0200 |
commit | 51d804584874c318870f4df961045337011d229d (patch) | |
tree | 5b2c1d3c0347db76fadac4235d350d4fe46573f8 /annual-reports/Makefile | |
parent | 7d902586a7d9e74206dfc0f90021e44b06af1868 (diff) |
Auditor's report added and section in minutes updated on that
Diffstat (limited to 'annual-reports/Makefile')
-rw-r--r-- | annual-reports/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/annual-reports/Makefile b/annual-reports/Makefile index a6d9ba5..d56331c 100644 --- a/annual-reports/Makefile +++ b/annual-reports/Makefile @@ -13,8 +13,9 @@ 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 $@) $< -auditors-report-2017.pdf: ../resources/dummy.tex - pdflatex -jobname=$(basename $@) $< +auditors-report-2017.pdf: revision2016.pdf + cp $< $@ + annual-report-2016.pdf: annual-report-2016-master.tex annual-report-2016.tex pdflatex -jobname=$(basename $@) annual-report-2016-master.tex |