On Sat, 21 Nov 2020, Kurt Kanzenbach wrote:
On Sat Nov 21 2020, John Kacur wrote:
quoted
This patch changes the default behavior of the Makefile to install
man pages without compression. This allows distribution build systems to
use the kind of compression they wish to use without the Makefile
getting in the way.
It is still possible to compress the man pages using the Makefile, for
example
make MAN_COMPRESSION=gzip
or
make MAN_OMPRESSION=bzip2
Signed-off-by: John Kacur <jkacur@redhat.com>
Yea, that's why I introduced that option in the first place :). Up to
now I've used MAN_COMPRESSION=none for build systems.
Acked-by: Kurt Kanzenbach <kurt@linutronix.de>
Thanks,
Kurt
Added your comment and ack to the commit
Cheers!
John