summaryrefslogtreecommitdiff
path: root/Makefile
blob: e0bd42e3a362d8be352015ea428f6aac4f94a284 (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:
	sp-docgen --output $@ $<

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

all: $(htmls) $(pdfs)

email2-v2-draft.pdf email2-v2-draft.html: email2-v2-draft.md email.bib