From 6464ed64a8190a677ad0aa201ac76e3b938e86e0 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Thu, 25 Jan 2024 17:16:08 +0100 Subject: Annual 2023. Add materaial, synced from shared folder --- annual/2023/motions/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 annual/2023/motions/Makefile (limited to 'annual/2023/motions/Makefile') diff --git a/annual/2023/motions/Makefile b/annual/2023/motions/Makefile new file mode 100644 index 0000000..1f8c327 --- /dev/null +++ b/annual/2023/motions/Makefile @@ -0,0 +1,7 @@ +MD = $(basename $(wildcard *.md)) + +all: $(addsuffix .pdf, $(MD)) + +%.pdf: %.md + cat $< | sed -f drop.sed |\ + pandoc -s -f markdown -t latex -o $@ -- cgit v1.2.3