note how we can use make install to install documentation

This commit is contained in:
https://id.koumbit.net/anarcat 2013-09-12 17:52:08 +00:00 committed by admin
parent aa8fc208a4
commit 5e1ca97bb0

View file

@ -40,3 +40,9 @@ you want, and use cabal as follows inside its source tree:
cabal configure
cabal build
cabal install --bindir=$HOME/bin
To install documentation and manpages, you will actually want to use the makefile:
make install PREFIX=$HOME
(!) Note that this will install git-annex in `/usr` and not `$HOME`, a bug report has been opened about this: [[todo/makefile: respect $PREFIX]]. --[[anarcat]]