diff options
author | Gustav Eek <gustav@fripost.org> | 2016-04-16 14:40:54 +0200 |
---|---|---|
committer | Gustav Eek <gustav@fripost.org> | 2016-05-22 20:32:03 +0200 |
commit | 8f0ad4d62f4e95a54a1e573b1a186b6ac239a7d6 (patch) | |
tree | a36db514783936547424315bda4dde0ff5a333fa /annual-reports/Makefile | |
parent | ed05e322a800117763c4ffb88193bf7bac8f0d94 (diff) |
Initial commit on anual report
Annual report provided
The annual report file is updated with a ready-to-present
report. Also the preamble is updated and a Makefile created.
Diffstat (limited to 'annual-reports/Makefile')
-rw-r--r-- | annual-reports/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/annual-reports/Makefile b/annual-reports/Makefile new file mode 100644 index 0000000..c04b106 --- /dev/null +++ b/annual-reports/Makefile @@ -0,0 +1,5 @@ +all : \ + annual-report-2016.pdf + +annual-report-2016.pdf: annual-report-2016-master.tex annual-report-2016.tex + pdflatex -jobname=$(basename $@) annual-report-2016-master.tex |