summaryrefslogtreecommitdiff
path: root/Makefile
blob: 2c0823464c81331f9cf9c467b0b336165f93c5ab (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 sp-filter -t beamer -o $@ $<

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

$(htmls): Makefile

debian.pdf: debian.svg