From 808d7b9b237baa107b39a5b100832c92d45d1cf4 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Mon, 23 Mar 2015 11:59:17 +0000 Subject: Yearly meeting minutes written Apart from the minutes also many other documents are updated, added, or modified. Makefile-common is modified to handle PDF inclusions. The annual report is updated, the auditor's report is added as TEX and PDF, and the economical report is added as PDF. The plan for operation is also updated from suggestion to final accepted plan. --- 2015/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '2015/Makefile') diff --git a/2015/Makefile b/2015/Makefile index a83c832..8563b8f 100644 --- a/2015/Makefile +++ b/2015/Makefile @@ -2,7 +2,8 @@ MINUTES = \ 2015-01-26-board \ -2015-02-23-board +2015-02-23-board \ +2015-03-23-annual \ common-makefile = ../resources/Makefile-common @@ -13,6 +14,10 @@ all: $(MINUTES) %: make -f $(common-makefile) compile FILE=$* + +2015-03-23-annual: 2015-03-23-annual.tex ../annual-reports/annual-report-2015.tex ../operational-plans/operational-plan-2015.tex ../annual-reports/economical-report-2015.pdf ../annual-reports/revision2014_fripost.pdf + make -f $(common-makefile) compile FILE=2015-03-23-annual FILES_TEX="../annual-reports/annual-report-2015 ../operational-plans/operational-plan-2015" FILES_PDF="../annual-reports/economical-report-2015 ../annual-reports/revision2014_fripost" + send: make -f $(common-makefile) send SEND_FILES="$(MINUTES)" clean: -- cgit v1.2.3 From b28d72988add82f68d345cd5a9f3a34951626653 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Sat, 18 Apr 2015 17:55:00 +0200 Subject: Name change --- 2015/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2015/Makefile') diff --git a/2015/Makefile b/2015/Makefile index 8563b8f..afc808f 100644 --- a/2015/Makefile +++ b/2015/Makefile @@ -3,7 +3,7 @@ MINUTES = \ 2015-01-26-board \ 2015-02-23-board \ -2015-03-23-annual \ +2015-03-22-annual \ common-makefile = ../resources/Makefile-common -- cgit v1.2.3