From 04b81f2a5111ac37e461840f12c0c439d195d3cf Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 9 Jul 2013 14:36:20 +0200 Subject: [PATCH] use make man to build manpages Signed-off-by: Nico Schottelius --- docs/web/cdist/install.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web/cdist/install.mdwn b/docs/web/cdist/install.mdwn index 654c4c8a..c81354f0 100644 --- a/docs/web/cdist/install.mdwn +++ b/docs/web/cdist/install.mdwn @@ -143,7 +143,7 @@ To install cdist, execute the following commands: If you want to build and use the manpages, run: - ./bin/build-helper manbuild + make man export MANPATH=$MANPATH:$(pwd -P)/doc/man #### Available versions in git