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

.SUFFIXES: .md .pdf .html

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

.md.html:
	sp-docgen $< -o $@

all: $(pdfs) $(htmls)

yuck.html: yuck.yaml