]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: generate all man pages for distribution tarball
authorKarel Zak <kzak@redhat.com>
Tue, 25 Jan 2022 10:04:13 +0000 (11:04 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 14 Feb 2022 09:32:32 +0000 (10:32 +0100)
commit86f89da80e381050745ebd574fb8faa3a4016279
treeaa3b8970cf7d785b1a76bd44c10fc6c9e15d960b
parent331a1e6e10f7943a12112c7161a8c995c1c5b9b9
build-sys: generate all man pages for distribution tarball

Now "make dist" and "make distcheck" follows autoconf. It means that
disabled tools or tools that cannot compile are ignored, and man-pages
for these tools are not generated. This is a problem for people
without asciidoctor (adoc -> man generator).

Fixes: https://github.com/util-linux/util-linux/issues/1577
Signed-off-by: Karel Zak <kzak@redhat.com>
Makefile.am