diff options
Diffstat (limited to 'annual-reports')
-rw-r--r-- | annual-reports/Balans-och-resultat-2017.pdf | bin | 0 -> 39136 bytes | |||
-rw-r--r-- | annual-reports/Makefile | 8 | ||||
-rw-r--r-- | annual-reports/revision2017.pdf | bin | 0 -> 24543 bytes |
3 files changed, 4 insertions, 4 deletions
diff --git a/annual-reports/Balans-och-resultat-2017.pdf b/annual-reports/Balans-och-resultat-2017.pdf Binary files differnew file mode 100644 index 0000000..54a8177 --- /dev/null +++ b/annual-reports/Balans-och-resultat-2017.pdf diff --git a/annual-reports/Makefile b/annual-reports/Makefile index 7560a1e..53e7d3f 100644 --- a/annual-reports/Makefile +++ b/annual-reports/Makefile @@ -8,11 +8,11 @@ all : $(ALL) annual-report-2018.pdf: annual-report-2018-master.tex annual-report-2018.tex pdflatex -jobname=$(basename $@) annual-report-2018-master.tex -economical-report-2018.pdf: ../resources/dummy.tex - pdflatex -jobname=$(basename $@) $< +economical-report-2018.pdf: Balans-och-resultat-2017.pdf + cp $< $@ -auditors-report-2018.pdf: ../resources/dummy.tex - pdflatex -jobname=$(basename $@) $< +auditors-report-2018.pdf: revision2017.pdf + cp $< $@ clean: rm -fr $(ALL) diff --git a/annual-reports/revision2017.pdf b/annual-reports/revision2017.pdf Binary files differnew file mode 100644 index 0000000..99e4280 --- /dev/null +++ b/annual-reports/revision2017.pdf |