From 223238d2657deafa2c5ec9ed14c4c1448d1b9aad Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 8 Sep 2017 16:20:18 +0200 Subject: [PATCH] Add note about conditional man pages Closes https://github.com/shadow-maint/shadow/issues/83 --- man/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 man/README.md diff --git a/man/README.md b/man/README.md new file mode 100644 index 00000000..ebe2728f --- /dev/null +++ b/man/README.md @@ -0,0 +1,10 @@ +The [official releases](https://github.com/shadow-maint/shadow/releases) ship +with pre-built manpages. + +The content of the man pages however is dependent on compile flags. So the +pre-built ones might not fit your version of shadow. To build them yourself use +`--enable-man`. Furthermore the following build requirements will be needed: +- xsltproc +- docbook 4 +- docbook stylesheets +- xml2po