DocBook: Do not exceed argument list limit
authorMichal Marek <mmarek@suse.cz>
Mon, 26 Jan 2015 10:31:17 +0000 (11:31 +0100)
committerJonathan Corbet <corbet@lwn.net>
Wed, 28 Jan 2015 18:33:44 +0000 (11:33 -0700)
Use find + xargs to compress the generated manpages. Without this patch,
the build can fail with

    gzip -f Documentation/DocBook/man/*.9
    /bin/bash: /usr/bin/gzip: Argument list too long

This happened with qemu user mode emulation on aarch64.

Signed-off-by: Michal Marek <mmarek@suse.cz>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/DocBook/Makefile

Simple merge