forked from ungleich-public/cdist
require gnu make for manpages
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
f02254915a
commit
3dc37c17a3
1 changed files with 2 additions and 2 deletions
4
README
4
README
|
@ -107,7 +107,7 @@ To install cdist, execute the following commands:
|
||||||
cd cdist
|
cd cdist
|
||||||
export PATH=$PATH:$(pwd -P)/bin
|
export PATH=$PATH:$(pwd -P)/bin
|
||||||
|
|
||||||
# If you want the manpages (requires asciidoc to be installed)
|
# If you want the manpages (requires gmake and asciidoc to be installed)
|
||||||
make man
|
make man
|
||||||
export MANPATH=$MANPATH:$(pwd -P)/doc/man
|
export MANPATH=$MANPATH:$(pwd -P)/doc/man
|
||||||
|
|
||||||
|
@ -136,7 +136,7 @@ may vanish at any point. To select a specific branch use
|
||||||
git checkout -b <name> origin/<name>
|
git checkout -b <name> origin/<name>
|
||||||
|
|
||||||
# Stay on a specific version
|
# Stay on a specific version
|
||||||
git checkout -b 1.3 origin/1.3
|
git checkout -b 1.4 origin/1.4
|
||||||
|
|
||||||
### Mirrors
|
### Mirrors
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue