summaryrefslogtreecommitdiff
path: root/i/simulotron/doc/Makefile
blob: 70cb66712f6842cf6eca1dbaf450e9c1d90abdef (plain)
1
2
3
4
5
6
7
8
9
10
DOC = spec.html

doc: $(DOC)

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

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