aboutsummaryrefslogtreecommitdiffstats
path: root/annual/2023/motions/Makefile
blob: 2d6781ff86b03bf0269a64f71fabb271f9e1b9b1 (plain)
1
2
3
4
5
6
7
POLICY = $(basename $(wildcard *.md))
ALL = \
  $(addsuffix .pdf, $(POLICY))

ROOT = $(shell git rev-parse --show-toplevel)

include $(ROOT)/lib/Makefile