summaryrefslogtreecommitdiff
path: root/d/dev/sys/howto/Makefile
blob: f24cb84132d888f2aa42a82c2db0688980f2850d (plain)
1
2
3
4
5
6
7
8
9
10
DOC = howto-sys.html

doc: $(DOC)

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

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