summaryrefslogtreecommitdiff
path: root/docs/usermanual/Makefile
blob: 3242e5a464655aa10333715840df43dc192f760b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
all: html

DOC := usermanual

html:
	sgmltools -b html -s stylesheet-html.dsl $(DOC).sgm
	mv -f $(DOC)/*.html .
	rmdir $(DOC)
	ln -sf book1.html index.html

clean:
	rm -f *.html