summaryrefslogtreecommitdiff
path: root/Makefile
blob: fa34f4d31131658526036966b160486ad773f288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
srcs = $(wildcard *.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)

contractor.pdf contractor.html: contractor.md funcs.py binds.yaml