Fix instruction for building custom man pages.

This commit is contained in:
Darko Poljak 2017-10-01 11:53:26 +02:00
parent 72b1f95f15
commit 9343425e53
1 changed files with 3 additions and 1 deletions

View File

@ -86,8 +86,10 @@ You can also build manpages for types in your ~/.cdist directory:
Built manpages are now in docs/dist/man directory. If you have
some other custom .cdist directory, e.g. /opt/cdist then use:
DOT_CDIST_PATH=/opt/cdist make dotman
make DOT_CDIST_PATH=/opt/cdist dotman
Note that `dotman`-target has to be built before a `make docs`-run, otherwise
the custom man-pages are not picked up.
### Python Package