summaryrefslogtreecommitdiff
path: root/d/dev/tools/Makefile
blob: 95ac71870f1491a0f1722a5209274e4a6d3e5e0b (plain)
1
2
3
4
5
6
7
8
9
10
DOC = tools.html

doc: $(DOC)

%.html: %.txt
	aft $<
	test -r $<-TOC && aft $< || true

clean:
	rm -f $(DOC) *.txt-TOC *.bak *~