]> git.ipfire.org Git - thirdparty/util-linux.git/commit - Makefile.am
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>
Tue, 25 Jan 2022 10:04:13 +0000 (11:04 +0100)
commitcc999cce3234dde3f8fbdfc904a7839815172557
tree9e9eb5df1268a6e854e5dbf380f1aa718d082f3b
parent4c989ad4748bc863989f86d6a4a7cc582294a2b1
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