From 6472428597b08fb6f77ddb400651c7bffdd976f8 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 3 Oct 2019 22:21:15 +0200 Subject: [PATCH] README: Mention the manual pages generation --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README b/README index 3bf490a8..b9a74b03 100644 --- a/README +++ b/README @@ -52,6 +52,17 @@ When using --enable-external-ell build option, it is not required that the Embedded Linux library source code is available in the top level directory. +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. + +When building from the tarballs, a copy of the generated manual pages is +included and the rst2man utility is actually not needed. + + Configuration and options =========================