diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2024-05-15 14:01:51 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2024-05-18 22:54:37 +0200 |
commit | 8f310706f1c517508d37eef48d6c61d4192a639c (patch) | |
tree | 39a35cb5d427ca18a94ed39318624dc203c3e505 /by-laws/Makefile | |
parent | 503d135ae451324a3afc24cb3a2cce059160c0fb (diff) |
Annual 2023. Update the operational policy for 2023
Diffstat (limited to 'by-laws/Makefile')
-rw-r--r-- | by-laws/Makefile | 8 |
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)" |