summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2021-05-21 18:50:25 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2021-05-21 18:50:25 +0300
commitce43013f143adc3251fd4d797060b385d5c2506d (patch)
tree6212b136c87e011ac793d849727f387d8c1472ea /Makefile
parent2ab59f214daf85e5b644f6a317f6f1f8105497e9 (diff)
downloadwmf-talks-ce43013f143adc3251fd4d797060b385d5c2506d.tar.gz
add backup talk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c08234..8089345 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ all: $(pdfs)
.SUFFIXES: .md .pdf .dot .svg
.md.pdf:
- pandoc --filter sp-filter -t beamer -o $@ $<
+ pandoc --filter subplot-filter -t beamer -o $@ $<
.dot.svg:
dot -Tsvg $< > $@