diff options
author | Gustav Eek <gustav.eek@etraveli.com> | 2017-05-09 21:31:17 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@etraveli.com> | 2017-05-09 21:55:51 +0200 |
commit | 451c1b5baa76c6bb06aabd6548b83800f7e1f4b7 (patch) | |
tree | 4fe3289dc90f804acc6719030e4417f987ef1eed /operational-plans/Makefile | |
parent | 149554044691a08151f72ec77ae9ab0c8d746221 (diff) |
For annual meeting 2017, template reports and minutes provided
A meeting minute template (a) *2017-05-13-annual.tex* and
a *2017/Makefile* is created and added.
Regarding reports and plans, templates are provided for (b) annual report,
(c) economical report, (d) auditors report and (e) operational
plan. Makefiles are modified accordingly.
A *dummy.tex* document used for some reports is added to
the *resources* folder.
Diffstat (limited to 'operational-plans/Makefile')
-rw-r--r-- | operational-plans/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/operational-plans/Makefile b/operational-plans/Makefile index 8bbc061..9e628b5 100644 --- a/operational-plans/Makefile +++ b/operational-plans/Makefile @@ -6,12 +6,12 @@ noarg: echo -e '\nThis script do not run without arguments. Run for example:\n\n make 2011-02-13-board-notes.pdf\n make all\n' all: \ +operational-plan-2017.pdf \ operational-plan-2016.pdf \ operational-plan-2013.pdf \ operational-plan-2012.pdf - -operational-plan-2016.pdf: operational-plan-2016-master.tex operational-plan-2016.tex +operational-plan-%.pdf: operational-plan-%-master.tex operational-plan-%.tex pdflatex -jobname=$(basename $@) $< %.pdf: %.main.tex %.tex ../preamble/preamble.tex |