aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@fripost.org>2021-05-30 12:17:22 +0200
committerGustav Eek <gustav.eek@fripost.org>2021-05-30 12:17:22 +0200
commit1a9141dd44ff91bc69437934513cf3ca242b721d (patch)
treec4ed3e8d8843b4de0f62e6d1e2bd3252f7df115d
parent3a13faba770ba096b1ee9b1fba3a56c3e033f09c (diff)
Annual 2021. Add economical report.
-rw-r--r--annual-reports/Balans-och-resultat-2020.pdfbin0 -> 41682 bytes
-rw-r--r--annual-reports/Makefile4
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
new file mode 100644
index 0000000..e043a27
--- /dev/null
+++ b/annual-reports/Balans-och-resultat-2020.pdf
Binary files differ
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 $< $@