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