aboutsummaryrefslogtreecommitdiffstats
path: root/by-laws/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'by-laws/Makefile')
-rw-r--r--by-laws/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/by-laws/Makefile b/by-laws/Makefile
index 6c681f4..26ceb67 100644
--- a/by-laws/Makefile
+++ b/by-laws/Makefile
@@ -6,6 +6,7 @@ by-laws-2019 \
by-laws-2013 \
by-laws-2012 \
by-laws-2010 \
+operational-policy-2023 \
operational-policy-2018 \
data-protection-policy-2018 \
@@ -34,6 +35,13 @@ data-protection-%: dataskydds%
%.pdf: %.odt
libreoffice --headless "-env:UserInstallation=file:///tmp/lo-$$" --convert-to pdf $<
+PD = \
+ -f markdown -t latex \
+ --template=fripost-by-laws
+
+%.pdf: %.yml %.md
+ pandoc $(PD) --metadata-file=$*.yml -o $@ $*.md
+
send:
make -f $(common-makefile) send SEND_FILES="$(ALL)"