From 9343425e538f6b85e57b6d39dd6b9b0d19f10762 Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Sun, 1 Oct 2017 11:53:26 +0200 Subject: [PATCH] Fix instruction for building custom man pages. --- software/cdist/install.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/software/cdist/install.mdwn b/software/cdist/install.mdwn index 0ced26db..67b539e1 100644 --- a/software/cdist/install.mdwn +++ b/software/cdist/install.mdwn @@ -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