summaryrefslogtreecommitdiff
path: root/d/sys/doc/Makefile
blob: 584068fe42067fa596637b80806aab2da8d3a49f (plain)
1
2
3
4
5
6
7
8
9
10
DOC = sys.html

doc: $(DOC)

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

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