From 6360540b84a3c532957f1fdfaf0f64429ec19be5 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Wed, 15 May 2024 12:35:45 +0200 Subject: Annual 2023. Update Makefile and remove sync script --- annual/2023/motions/Makefile | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'annual/2023/motions/Makefile') 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 -- cgit v1.2.3