aboutsummaryrefslogtreecommitdiffstats
path: root/annual/2022/reports/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'annual/2022/reports/Makefile')
-rw-r--r--annual/2022/reports/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/annual/2022/reports/Makefile b/annual/2022/reports/Makefile
new file mode 100644
index 0000000..5f8f603
--- /dev/null
+++ b/annual/2022/reports/Makefile
@@ -0,0 +1,7 @@
+PAPER := $(basename $(wildcard *.mdwn))
+
+all: \
+ $(addsuffix .pdf, $(PAPER)) \
+
+$(addsuffix .pdf, $(PAPER)): %.pdf: %.mdwn
+ pandoc -f markdown -t latex -o $@ $<