From: Michael Orlitzky Date: Sun, 1 Aug 2021 13:04:11 +0000 (-0400) Subject: Makefile: release as tar.xz and don't include HTML docs by default. X-Git-Tag: 1.40.04^0 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=e376407224f0f8900b6c90f0f25d71a156dfac93;hp=e376407224f0f8900b6c90f0f25d71a156dfac93;p=postfix-logwatch.git Makefile: release as tar.xz and don't include HTML docs by default. Since this is mainly a server utility, the HTML page is a bit redundant because we already include the man page from which it is built. Anyone is capable of running man2html to turn a man page into a web page if they so desire. We also change the release tarball to "tar.xz" format with lzma compression, because that's what all the cool kids are doing. ---