Fix building man pages command

This commit is contained in:
Darko Poljak 2019-10-18 13:11:59 +02:00
parent 9f1ec6f89e
commit f6a45808f9
1 changed files with 1 additions and 1 deletions

View File

@ -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.