diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2024-01-25 17:16:08 +0100 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2024-05-18 22:54:37 +0200 |
commit | 6464ed64a8190a677ad0aa201ac76e3b938e86e0 (patch) | |
tree | fab1e5a479b0456c58a289a1c0736130dcb8e647 /annual/2023/motions/Makefile | |
parent | 1cf5b660f28ac5a82c9149c0f449f5cb9a0080fb (diff) |
Annual 2023. Add materaial, synced from shared folder
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..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 $@ |