diff options
Diffstat (limited to 'man/README.md')
-rw-r--r-- | man/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/README.md b/man/README.md new file mode 100644 index 0000000..3180139 --- /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 +- itstool |