aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@fripost.org>2022-05-20 14:21:36 +0200
committerGustav Eek <gustav.eek@fripost.org>2022-05-20 16:45:42 +0200
commit4ce8af8de7473f9e5ac93f8fbd993edb3dbe47e3 (patch)
tree1a740793067a8336c4dd791e115b79ce7780eb6a
parentc84682d452bb597ed12f4f67e8f7f288b6c2b752 (diff)
Annual 2021. Makefile update
-rw-r--r--annual-meetings/Makefile10
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" < $< > $@