diff --git a/software/cdist.mdwn b/software/cdist.mdwn index 5e60a093..daa12f70 100644 --- a/software/cdist.mdwn +++ b/software/cdist.mdwn @@ -78,6 +78,7 @@ cdist was tested or is know to run on at least * A posix like shell * Python (>= 3.2 required) * SSH-Client + * Asciidoc (for building the manpages) ### Client ("target host") @@ -98,7 +99,7 @@ To install cdist, execute the following commands: cd cdist export PATH=$PATH:$(pwd -P)/bin - # If you want the manpages (requires gmake and asciidoc to be installed) + # If you want the manpages ./build.sh man export MANPATH=$MANPATH:$(pwd -P)/doc/man diff --git a/software/cdist/man/VERSION b/software/cdist/man/VERSION index 38f77a65..de52a0eb 100644 --- a/software/cdist/man/VERSION +++ b/software/cdist/man/VERSION @@ -1 +1 @@ -2.0.1 +2.0.1-86-gcdd4e09 diff --git a/software/cdist/man/man1/cdist-config.html b/software/cdist/man/man1/cdist-config.html index 2f17821c..8c734bd8 100644 --- a/software/cdist/man/man1/cdist-config.html +++ b/software/cdist/man/man1/cdist-config.html @@ -1,6 +1,6 @@ -cdist-config(1)

cdist-config(1)


Table of Contents

1. NAME
2. DESCRIPTION
3. ENVIRONMENT VARIABLES
4. EXAMPLES
5. SEE ALSO
6. COPYING

1. NAME

cdist-config - Read basic cdist configuration

2. DESCRIPTION

Cdist-config is sourced by cdist programs and provides hints on where to find +cdist-config(1)

cdist-config(1)


1. NAME

cdist-config - Read basic cdist configuration

2. DESCRIPTION

Cdist-config is sourced by cdist programs and provides hints on where to find types, manifests, etc. Generally speaking, it’s just usable from within the core and is only of interest for cdist-developers.

3. ENVIRONMENT VARIABLES

The following list contains environment variables that are known to be changed by users in various situations. To change the variable, diff --git a/software/cdist/man/man1/cdist-env.html b/software/cdist/man/man1/cdist-env.html index 68090cb6..1a3ec459 100644 --- a/software/cdist/man/man1/cdist-env.html +++ b/software/cdist/man/man1/cdist-env.html @@ -1,6 +1,6 @@ -cdist-env(1)

cdist-env(1)


1. NAME

cdist-env - Setup environment for using cdist

2. SYNOPSIS

cdist-env

3. DESCRIPTION

cdist-env outputs two strings suitable for usage in your current shell, +cdist-env(1)

cdist-env(1)


1. NAME

cdist-env - Setup environment for using cdist

2. SYNOPSIS

cdist-env

3. DESCRIPTION

cdist-env outputs two strings suitable for usage in your current shell, so you can use cdist from the checkout. cdist-env essentially helps you to easily setup PATH and MANPATH.

If you’ve multiple checkouts of cdist and run cdist-env from the various checkouts, a new run will prepend the last directory, thus ensures you diff --git a/software/cdist/man/man1/cdist-quickstart.html b/software/cdist/man/man1/cdist-quickstart.html index 31e4ad37..d12bc811 100644 --- a/software/cdist/man/man1/cdist-quickstart.html +++ b/software/cdist/man/man1/cdist-quickstart.html @@ -1,6 +1,6 @@ -cdist-quickstart(1)

cdist-quickstart(1)


1. NAME

cdist-quickstart - Make use of cinit in 5 minutes

2. SYNOPSIS

cdist-quickstart

3. DESCRIPTION

cdist-quickstart is an interactive guide to cdist. It should be one +cdist-quickstart(1)

cdist-quickstart(1)


1. NAME

cdist-quickstart - Make use of cinit in 5 minutes

2. SYNOPSIS

cdist-quickstart

3. DESCRIPTION

cdist-quickstart is an interactive guide to cdist. It should be one of the first tools you use when you begin with cdist.

4. EXAMPLES

To use cdist-quickstart, add the bin directory to your PATH, execute cdist-quickstart and enjoy cdist:

# Bourne shell example
 export PATH=$(pwd -P)/bin:$PATH
diff --git a/software/cdist/man/man1/cdist-type-emulator.html b/software/cdist/man/man1/cdist-type-emulator.html
index 0c57a835..cbbbdbe1 100644
--- a/software/cdist/man/man1/cdist-type-emulator.html
+++ b/software/cdist/man/man1/cdist-type-emulator.html
@@ -1,6 +1,6 @@
 
 
-cdist-type-emulator(1)

cdist-type-emulator(1)


1. NAME

cdist-type-emulator - Emulate type and record parameters and dependencies

2. SYNOPSIS

cdist-type-emulator [TYPE ARGS]

3. DESCRIPTION

cdist-type-emulator is normally called through a link to it of the +cdist-type-emulator(1)

cdist-type-emulator(1)


1. NAME

cdist-type-emulator - Emulate type and record parameters and dependencies

2. SYNOPSIS

cdist-type-emulator [TYPE ARGS]

3. DESCRIPTION

cdist-type-emulator is normally called through a link to it of the name of a specifc type. It saves the given parameters into a parameters directory and the requirements into a require file.

It checks whether the parameters are valid: