Bug/dotman docs fix (#581)

* fix documentation for building custom man-pages from non-standard path
This commit is contained in:
tom 2017-09-27 09:14:23 +02:00 committed by Darko Poljak
parent a88710a36d
commit 6bd73237cf
1 changed files with 4 additions and 1 deletions

View File

@ -131,7 +131,10 @@ some other custom .cdist directory, e.g. /opt/cdist then use:
.. code-block:: sh
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
~~~~~~~~~~~~~~