]> gitweb.michael.orlitzky.com - amavis-logwatch.git/commitdiff
Makefile: fix the HTML documentation rule.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 5 Aug 2021 22:16:30 +0000 (18:16 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 5 Aug 2021 22:18:52 +0000 (18:18 -0400)
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.


No differences found