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

doc: $(DOC)

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

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