9 lines
144 B
Makefile
Executable File
9 lines
144 B
Makefile
Executable File
# -*- makefile to build documentation-*-
|
|
|
|
all: html-doc
|
|
|
|
html-doc: golded.html goldnode.html rddt.html
|
|
|
|
%.html: %.1
|
|
groff -Thtml -mman $< >$@
|