This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-goldedplus/docs/Makefile
2005-04-28 06:31:13 +00:00

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 $< >$@