diff options
Diffstat (limited to 'annual/2023/motions/Makefile')
-rw-r--r-- | annual/2023/motions/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/annual/2023/motions/Makefile b/annual/2023/motions/Makefile new file mode 100644 index 0000000..2d6781f --- /dev/null +++ b/annual/2023/motions/Makefile @@ -0,0 +1,7 @@ +POLICY = $(basename $(wildcard *.md)) +ALL = \ + $(addsuffix .pdf, $(POLICY)) + +ROOT = $(shell git rev-parse --show-toplevel) + +include $(ROOT)/lib/Makefile |