git: do not do install-doc when !withManual
This commit is contained in:
parent
c04dac7807
commit
1b9f756e4e
@ -55,7 +55,7 @@ stdenv.mkDerivation {
|
|||||||
# Install git-subtree.
|
# Install git-subtree.
|
||||||
pushd contrib/subtree
|
pushd contrib/subtree
|
||||||
make
|
make
|
||||||
make install install-doc
|
make install ${stdenv.lib.optionalString withManual "install-doc"}
|
||||||
popd
|
popd
|
||||||
rm -rf contrib/subtree
|
rm -rf contrib/subtree
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user