aboutsummaryrefslogtreecommitdiffstats
path: root/annual/2023/motions/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'annual/2023/motions/Makefile')
-rw-r--r--annual/2023/motions/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/annual/2023/motions/Makefile b/annual/2023/motions/Makefile
index 244dbc8..2d6781f 100644
--- a/annual/2023/motions/Makefile
+++ b/annual/2023/motions/Makefile
@@ -1,11 +1,7 @@
-YL = $(basename $(wildcard *.yml))
+POLICY = $(basename $(wildcard *.md))
+ALL = \
+ $(addsuffix .pdf, $(POLICY))
-all: $(addsuffix .pdf, $(YL))
+ROOT = $(shell git rev-parse --show-toplevel)
-PD = \
- -N -s -f markdown -t latex -H ../head.tex \
- -V classoption=a4paper
-
-$(addsuffix .pdf, $(YL)): %.pdf: %.yml %.md
- cat < $*.md | sed -f ../pre.sed | sed -f drop.sed | \
- pandoc $(PD) --metadata-file=$*.yml -o $@
+include $(ROOT)/lib/Makefile