summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 459a199..2c08234 100644
--- a/Makefile
+++ b/Makefile
@@ -3,9 +3,14 @@ pdfs = $(mds:.md=.pdf)
all: $(pdfs)
-.SUFFIXES: .md .pdf
+.SUFFIXES: .md .pdf .dot .svg
.md.pdf:
pandoc --filter sp-filter -t beamer -o $@ $<
+.dot.svg:
+ dot -Tsvg $< > $@
+
$(htmls): Makefile
+
+debian.pdf: debian.svg