diff options
Diffstat (limited to 'annual-meetings')
-rw-r--r-- | annual-meetings/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
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" < $< > $@ |