summaryrefslogtreecommitdiff
path: root/docs/usermanual/Makefile
Unidiff
Diffstat (limited to 'docs/usermanual/Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--docs/usermanual/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/usermanual/Makefile b/docs/usermanual/Makefile
new file mode 100644
index 0000000..3242e5a
--- a/dev/null
+++ b/docs/usermanual/Makefile
@@ -0,0 +1,12 @@
1all: html
2
3DOC := usermanual
4
5html:
6 sgmltools -b html -s stylesheet-html.dsl $(DOC).sgm
7 mv -f $(DOC)/*.html .
8 rmdir $(DOC)
9 ln -sf book1.html index.html
10
11clean:
12 rm -f *.html