summaryrefslogtreecommitdiff
path: root/2005/d/dev/reu/14122004/Makefile
blob: 77a983570cb2e323237319eb5873e1c762f9bd85 (plain)
1
2
3
4
5
6
7
8
9
10
DOC = 14122004.html

doc: $(DOC)

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

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