summaryrefslogtreecommitdiff
path: root/doc/Makefile
blob: 5f5b1b6913cd730a7704d9850b4938c122bf96b6 (plain)
1
2
3
4
5
6
ALL = db.html permdb.html

all: $(ALL)

%.html: %.md
	markdown $< > $@