From 6bd73237cffd5796e9f95d3f17db538bbb46ad16 Mon Sep 17 00:00:00 2001 From: Thomas Eckert Date: Wed, 27 Sep 2017 09:14:23 +0200 Subject: [PATCH] Bug/dotman docs fix (#581) * fix documentation for building custom man-pages from non-standard path --- docs/src/cdist-install.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/src/cdist-install.rst b/docs/src/cdist-install.rst index f9feef36..afc50016 100644 --- a/docs/src/cdist-install.rst +++ b/docs/src/cdist-install.rst @@ -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 ~~~~~~~~~~~~~~