diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2021-05-30 12:17:22 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2022-05-20 16:45:21 +0200 |
commit | ce65d35927101b52c6c8953711e89c4344cb79a7 (patch) | |
tree | 89f6dae9d5d8642ded052b70a7051b6b82b8910f /annual-reports | |
parent | 507437cb18252a728641d122dcb3e3a1ae945b0d (diff) |
Annual 2021. Add economical report
Diffstat (limited to 'annual-reports')
-rw-r--r-- | annual-reports/Balans-och-resultat-2020.pdf | bin | 0 -> 41682 bytes | |||
-rw-r--r-- | annual-reports/Makefile | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/annual-reports/Balans-och-resultat-2020.pdf b/annual-reports/Balans-och-resultat-2020.pdf Binary files differnew file mode 100644 index 0000000..e043a27 --- /dev/null +++ b/annual-reports/Balans-och-resultat-2020.pdf diff --git a/annual-reports/Makefile b/annual-reports/Makefile index 4bb0a9b..fbcc3ef 100644 --- a/annual-reports/Makefile +++ b/annual-reports/Makefile @@ -1,5 +1,6 @@ ALL = \ annual-report-2021-of-2020.pdf \ + economical-report-2021-of-2020.pdf \ annual-report-2020-of-2019.pdf \ economical-report-2020-of-2019.pdf \ auditors-report-2020-of-2019.pdf \ @@ -23,6 +24,9 @@ all : $(ALL) pandoc -f markdown -t latex \ > $@ +economical-report-2021-of-2020.pdf: Balans-och-resultat-2020.pdf + ln -s $< $@ + economical-report-2020-of-2019.pdf: Balans-och-resultat-2019.pdf ln -s $< $@ |