commit 4aaaa57bc84a76753e8220d8766e88f9468dcd93 from: Omar Polo date: Sat Oct 01 20:25:10 2022 UTC add rule to generate the HTML version of the manpage commit - fef65d3c0d7510f945b00cee5bb2c3057b7e2227 commit + 4aaaa57bc84a76753e8220d8766e88f9468dcd93 blob - e587778a53b3c64300157ef28da35aca55f003f5 blob + 8fe72aaf425266037f13a7888f65d7f10d8989e6 --- Makefile +++ Makefile @@ -29,6 +29,9 @@ install: lint: man -Tlint -l ${MAN} +plass.1.html: plass.1 + man -Thtml -Ostyle=mandoc.css -l plass.1 > $@ + dist: ${DISTNAME}.sha256 ${DISTNAME}.sha256: ${DISTNAME}.tar.gz