aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@fripost.org>2021-05-30 12:32:13 +0200
committerGustav Eek <gustav.eek@fripost.org>2022-05-20 16:45:26 +0200
commit06ee08a2b672803316c118a0cb43cb1f304e3a9e (patch)
tree20f00301873681e46de508bc624f47e5680634bc
parentce65d35927101b52c6c8953711e89c4344cb79a7 (diff)
Annual 2021. Add auditor's report
-rw-r--r--annual-reports/Makefile10
-rw-r--r--annual-reports/revision2020.pdfbin0 -> 53992 bytes
2 files changed, 7 insertions, 3 deletions
diff --git a/annual-reports/Makefile b/annual-reports/Makefile
index fbcc3ef..f561ec6 100644
--- a/annual-reports/Makefile
+++ b/annual-reports/Makefile
@@ -1,6 +1,7 @@
ALL = \
annual-report-2021-of-2020.pdf \
economical-report-2021-of-2020.pdf \
+ auditors-report-2021-of-2020.pdf \
annual-report-2020-of-2019.pdf \
economical-report-2020-of-2019.pdf \
auditors-report-2020-of-2019.pdf \
@@ -25,10 +26,10 @@ all : $(ALL)
> $@
economical-report-2021-of-2020.pdf: Balans-och-resultat-2020.pdf
- ln -s $< $@
+ cp $< $@
economical-report-2020-of-2019.pdf: Balans-och-resultat-2019.pdf
- ln -s $< $@
+ cp $< $@
annual-report-2019.pdf: annual-report-2019-master.tex annual-report-2019.tex
pdflatex -jobname=$(basename $@) annual-report-2019-master.tex
@@ -40,7 +41,10 @@ auditors-report-2019.pdf: revision2018.pdf
cp $< $@
auditors-report-2020-of-2019.pdf: revision2019.pdf
- ln -s $< $@
+ cp $< $@
+
+auditors-report-2021-of-2020.pdf: revision2020.pdf
+ cp $< $@
annual-report-2018.pdf: annual-report-2018-master.tex annual-report-2018.tex
pdflatex -jobname=$(basename $@) annual-report-2018-master.tex
diff --git a/annual-reports/revision2020.pdf b/annual-reports/revision2020.pdf
new file mode 100644
index 0000000..5e681ed
--- /dev/null
+++ b/annual-reports/revision2020.pdf
Binary files differ