]> gitweb.michael.orlitzky.com - amavis-logwatch.git/commit
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)
commit98f970679eaa0e8a86c2431cfa98c8149b29a259
tree6fe9e69258570982f86d0b2fd9feb92a80c9cb54
parent636bc2c515452cce509f679eb3fdc0d6177144bc
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