diff options
Diffstat (limited to 'annual-reports/Makefile')
-rw-r--r-- | annual-reports/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 $< $@ |