summaryrefslogtreecommitdiff
path: root/Makefile
blob: 8089345047aec07773a9a711c742f600e73f3dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mds = $(wildcard *.md)
pdfs = $(mds:.md=.pdf)

all: $(pdfs)

.SUFFIXES: .md .pdf .dot .svg

.md.pdf:
	pandoc --filter subplot-filter -t beamer -o $@ $<

.dot.svg:
	dot -Tsvg $< > $@

$(htmls): Makefile

debian.pdf: debian.svg