From 9d67e6918cc88cc13e31ad5bc57543b6dde5b7a3 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Sun, 13 May 2018 20:36:56 +0200 Subject: Annual 2018. Inital on actual minutes. --- 2018/Makefile | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to '2018/Makefile') diff --git a/2018/Makefile b/2018/Makefile index ab9586a..974d85e 100644 --- a/2018/Makefile +++ b/2018/Makefile @@ -1,7 +1,8 @@ # Makefile for minutes of 2016 MINUTES = \ -2018-01-22-board +2018-01-22-board \ +2018-05-06-annual \ common-makefile = ../resources/Makefile-common @@ -13,6 +14,22 @@ all: $(MINUTES) %: make -f $(common-makefile) compile FILE=$* +annual-job = 2018-05-06-annual +annual-tex = \ + 2018-05-06-annual \ + ../annual-reports/annual-report-2018 \ + ../operational-plans/notes-plan-2018 \ + ../operational-plans/operational-plan-2018 +annual-pdf = \ + ../annual-reports/economical-report-2018 \ + ../annual-reports/auditors-report-2018 +$(annual-job): $(addsuffix .pdf, $(annual-pdf)) + make -f $(common-makefile) compile FILE=$(annual-job) FILES_TEX="$(annual-tex)" FILES_PDF="$(annual-pdf)" +$(addsuffix .pdf, $(annual-pdf)): + make -C ../annual-reports $(notdir $@) + + + send: make -f $(common-makefile) send SEND_FILES="$(MINUTES)" clean: -- cgit v1.2.3 From 9d095b26979be5ee12d016dfab563f8e77b8aef9 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Sun, 20 May 2018 15:32:24 +0200 Subject: Annual 2018. Operational plan update, notes discarded, etc. The Plan for operations is updated win latest version. That is also, since the operational policy is in place, that the notes from the activity day, *notes-plan-2018.tex* are removed. Replaced with a link and reference to the wiki. --- 2018/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2018/Makefile') diff --git a/2018/Makefile b/2018/Makefile index 974d85e..8f38a8d 100644 --- a/2018/Makefile +++ b/2018/Makefile @@ -18,7 +18,7 @@ annual-job = 2018-05-06-annual annual-tex = \ 2018-05-06-annual \ ../annual-reports/annual-report-2018 \ - ../operational-plans/notes-plan-2018 \ + ../by-laws/operational-policy-2018 \ ../operational-plans/operational-plan-2018 annual-pdf = \ ../annual-reports/economical-report-2018 \ -- cgit v1.2.3 From 2d52add9824330467c864e7caffc5d148e8e45e5 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Sun, 20 May 2018 16:13:42 +0200 Subject: Annual 2018. Copy written bill, operations, and other-questions sections. --- 2018/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '2018/Makefile') diff --git a/2018/Makefile b/2018/Makefile index 8f38a8d..6c4317d 100644 --- a/2018/Makefile +++ b/2018/Makefile @@ -18,7 +18,7 @@ annual-job = 2018-05-06-annual annual-tex = \ 2018-05-06-annual \ ../annual-reports/annual-report-2018 \ - ../by-laws/operational-policy-2018 \ + operational-policy-2018_ \ ../operational-plans/operational-plan-2018 annual-pdf = \ ../annual-reports/economical-report-2018 \ @@ -28,7 +28,8 @@ $(annual-job): $(addsuffix .pdf, $(annual-pdf)) $(addsuffix .pdf, $(annual-pdf)): make -C ../annual-reports $(notdir $@) - +operational-policy-2018_.tex: ../by-laws/operational-policy-2018.tex + sed -e "s/\\\(.*\)section\*{/\\sub\1section{/g" < $< > $@ send: make -f $(common-makefile) send SEND_FILES="$(MINUTES)" -- cgit v1.2.3