Build html from man pages
This commit is contained in:
8
docs/Makefile
Executable file
8
docs/Makefile
Executable 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 $< >$@
|
Reference in New Issue
Block a user