From 4ce8af8de7473f9e5ac93f8fbd993edb3dbe47e3 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Fri, 20 May 2022 14:21:36 +0200 Subject: Annual 2021. Makefile update --- annual-meetings/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/annual-meetings/Makefile b/annual-meetings/Makefile index a8ce881..6d57e41 100644 --- a/annual-meetings/Makefile +++ b/annual-meetings/Makefile @@ -1,6 +1,7 @@ # Makefile for minutes of 2016 MINUTES = \ +2021-05-30-annual \ 2020-05-10-annual \ 2019-05-05-annual \ @@ -14,6 +15,13 @@ all: $(MINUTES) %: make -f $(common-makefile) compile FILE=$* +# 2021 + +2021-05-30-annual.tex: \ + ../operational-plans/operational-plan-2021._.tex + + +# 2019 2019-job = 2019-05-05-annual @@ -37,6 +45,8 @@ $(2019-job): $(addsuffix .pdf, $(2019-pdf)) $(2019-motions) $(addsuffix .pdf, $(2019-pdf)): make -C ../annual-reports $(notdir $@) +# Operational policies + operational-policy-2018_.tex: ../by-laws/operational-policy-2018.tex sed -e "s/\\\(.*\)section\*{/\\sub\1section{/g" < $< > $@ -- cgit v1.2.3