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

doc: $(DOC)

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

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