summaryrefslogtreecommitdiff
path: root/Makefile
blob: dff9ea392a63c6b59298f4c8aa1447086bc2df72 (plain)
1
2
3
4
5
6
7
8
9
10
subplots = worker.md

pdfs = $(subplots:.md=.pdf)

all: $(pdfs)

.SUFFIXES: .md .pdf

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