Build html from man pages

This commit is contained in:
Stas Degteff
2005-04-28 06:31:13 +00:00
parent 6e8413f4e1
commit 441f1f1778
2 changed files with 15 additions and 1 deletions

8
docs/Makefile Executable file
View File

@@ -0,0 +1,8 @@
# -*- makefile to build documentation-*-
all: html-doc
html-doc: golded.html goldnode.html rddt.html
%.html: %.1
groff -Thtml -mman $< >$@