diff --git a/src/cdist-install.rst b/src/cdist-install.rst index e49be00d..7f771351 100644 --- a/src/cdist-install.rst +++ b/src/cdist-install.rst @@ -50,7 +50,7 @@ create version.py: .. code-block:: sh - make version + ./bin/build-helper version Then, as usual, you execute the following command: diff --git a/src/cdist-upgrade.rst b/src/cdist-upgrade.rst index e57ed63c..67fd4934 100644 --- a/src/cdist-upgrade.rst +++ b/src/cdist-upgrade.rst @@ -11,7 +11,7 @@ To upgrade cdist in the current branch use git pull # Also update the manpages - ./build man + make man export MANPATH=$MANPATH:$(pwd -P)/doc/man If you stay on a version branche (i.e. 1.0, 1.1., ...), nothing should break.