From: Michael Vetter Date: Fri, 8 Sep 2017 14:20:18 +0000 (+0200) Subject: Add note about conditional man pages X-Git-Tag: 4.6~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F84%2Fhead;p=thirdparty%2Fshadow.git Add note about conditional man pages Closes https://github.com/shadow-maint/shadow/issues/83 --- diff --git a/man/README.md b/man/README.md new file mode 100644 index 000000000..ebe2728fc --- /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