From: Michael Orlitzky Date: Thu, 5 Aug 2021 22:16:30 +0000 (-0400) Subject: Makefile: fix the HTML documentation rule. X-Git-Tag: 1.51.04~6 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=98f970679eaa0e8a86c2431cfa98c8149b29a259;hp=98f970679eaa0e8a86c2431cfa98c8149b29a259;p=amavis-logwatch.git 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. ---