From 3487aa53653fbe3a0f076609fc73b353d0d3e5bf Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 12 Oct 2019 20:14:39 +0200 Subject: [PATCH] README: Mention --disable-manual-pages in case rst2man is missing --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index be912e53..4638d6cb 100644 --- a/README +++ b/README @@ -61,7 +61,9 @@ Manual pages The manual pages are generated from reStructuredText markup source files during the normal build process. The generation requires the rst2man utility -from Python Docutils project. +from Python Docutils project. If rst2man is for some reason not available, +using --disable-manual-pages will skip the manual pages generation and +installation. When building from the tarballs, a copy of the generated manual pages is included and the rst2man utility is actually not needed.