diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2019-05-15 08:29:40 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2019-05-15 08:36:47 +0200 |
commit | 5c7f1029781572a34d7a8722e787c4dc82988794 (patch) | |
tree | ed487cc5573f75a0f1eaf05a30a6bdf149444573 /annual-reports | |
parent | 47d800b5ac82030f75070ce918015d7d7f8108d8 (diff) |
Economical report and auditors report added
Including Makefile modifications
Diffstat (limited to 'annual-reports')
-rw-r--r-- | annual-reports/Balans-och-resultat-2018-fripost.pdf | bin | 0 -> 35667 bytes | |||
-rw-r--r-- | annual-reports/Makefile | 8 | ||||
-rw-r--r-- | annual-reports/revision2018.pdf | bin | 0 -> 57480 bytes |
3 files changed, 8 insertions, 0 deletions
diff --git a/annual-reports/Balans-och-resultat-2018-fripost.pdf b/annual-reports/Balans-och-resultat-2018-fripost.pdf Binary files differnew file mode 100644 index 0000000..4a384d0 --- /dev/null +++ b/annual-reports/Balans-och-resultat-2018-fripost.pdf diff --git a/annual-reports/Makefile b/annual-reports/Makefile index a22a53d..f05651b 100644 --- a/annual-reports/Makefile +++ b/annual-reports/Makefile @@ -1,5 +1,7 @@ ALL = \ annual-report-2019.pdf \ + economical-report-2019.pdf \ + auditors-report-2019.pdf \ annual-report-2018.pdf \ economical-report-2018.pdf \ auditors-report-2018.pdf \ @@ -9,6 +11,12 @@ all : $(ALL) annual-report-2019.pdf: annual-report-2019-master.tex annual-report-2019.tex pdflatex -jobname=$(basename $@) annual-report-2019-master.tex +economical-report-2019.pdf: Balans-och-resultat-2018-fripost.pdf + cp $< $@ + +auditors-report-2019.pdf: revision2018.pdf + cp $< $@ + annual-report-2018.pdf: annual-report-2018-master.tex annual-report-2018.tex pdflatex -jobname=$(basename $@) annual-report-2018-master.tex diff --git a/annual-reports/revision2018.pdf b/annual-reports/revision2018.pdf Binary files differnew file mode 100644 index 0000000..bd8ee43 --- /dev/null +++ b/annual-reports/revision2018.pdf |