From 067af56cd8ad2d0768befd9970cc0d0519ff573f Mon Sep 17 00:00:00 2001 From: Tomas Pospisek Date: Mon, 8 Jul 2013 07:49:30 +0200 Subject: [PATCH] expand manbuild dependency documentation --- docs/web/cdist/install.mdwn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/web/cdist/install.mdwn b/docs/web/cdist/install.mdwn index c5aff6ff..654c4c8a 100644 --- a/docs/web/cdist/install.mdwn +++ b/docs/web/cdist/install.mdwn @@ -10,7 +10,7 @@ This is the machine you use to configure the target hosts. * /bin/sh: A posix like shell (for instance bash, dash, zsh) * Python >= 3.2 * SSH client - * Asciidoc (for building the manpages) + * Asciidoc and xsltproc (for building the manpages) ### Target Hosts @@ -60,6 +60,10 @@ removed on **python3.2** installation. You surely want to reinstall them: For older Debian versions, installing python 3.2 from source is required. +If you want to build the cdist manpages: + + aptitude install --without-recommends asciidoc xsltproc + ### Fedora Fedora 15 and newer includes a recent python.