]> gitweb.michael.orlitzky.com - postfix-logwatch.git/commit
Makefile: fix the HTML documentation rule.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 5 Aug 2021 22:10:53 +0000 (18:10 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 5 Aug 2021 22:10:53 +0000 (18:10 -0400)
commitab98d9daf8f8ad54b3b8220e7b852edcea341958
tree0986094e2878ffea930d1eae36135dd8d281e91b
parente376407224f0f8900b6c90f0f25d71a156dfac93
Makefile: fix the HTML documentation rule.

It looks like man2html on Linux does not (or does not any longer)
support the "-t" flag. Moreover, man2html seems happy to read the man
page directly. In this commit we simplify the html documentation rule
to simply call man2html on the man page itself, with no flags.
Makefile