From 8114395ed0711df456e3b350cc58f136a49331df Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Sun, 30 May 2021 12:38:27 +0200 Subject: Annual 2021. SQUASH Auditors report --- annual-reports/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/annual-reports/Makefile b/annual-reports/Makefile index 8d69584..f561ec6 100644 --- a/annual-reports/Makefile +++ b/annual-reports/Makefile @@ -26,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 @@ -41,10 +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 - ln -s $< $@ + cp $< $@ annual-report-2018.pdf: annual-report-2018-master.tex annual-report-2018.tex pdflatex -jobname=$(basename $@) annual-report-2018-master.tex -- cgit v1.2.3