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

.SUFFIXES: .md .html .pdf

.md.html:
	subplot docgen --output $@ $<

.md.pdf:
	subplot docgen --output $@ $<

all: $(htmls) $(pdfs)

rethinking-email.pdf rethinking-email.html: rethinking-email.md email.bib