aboutsummaryrefslogtreecommitdiffstats
path: root/annual-reports
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@fripost.org>2018-05-19 09:31:48 +0200
committerGustav Eek <gustav.eek@fripost.org>2018-05-20 23:14:35 +0200
commita09a30ccdec53cb216285367eaec3d5c3be807ba (patch)
tree2c2f804b7b1a9900b5e38364790186e6c543a540 /annual-reports
parent9d67e6918cc88cc13e31ad5bc57543b6dde5b7a3 (diff)
Annual 2018. Economical report, auditors report, and new elections
The economical report, auditors report, and new election sections are copy written. The corresponding PDF-documents etc. are added as well.
Diffstat (limited to 'annual-reports')
-rw-r--r--annual-reports/Balans-och-resultat-2017.pdfbin0 -> 39136 bytes
-rw-r--r--annual-reports/Makefile8
-rw-r--r--annual-reports/revision2017.pdfbin0 -> 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
new file mode 100644
index 0000000..54a8177
--- /dev/null
+++ b/annual-reports/Balans-och-resultat-2017.pdf
Binary files differ
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
new file mode 100644
index 0000000..99e4280
--- /dev/null
+++ b/annual-reports/revision2017.pdf
Binary files differ