diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2013-09-12 17:52:08 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-09-12 17:52:08 +0000 |
commit | 947fdda6941bb1568c9d28b342131dc38a6e0b4e (patch) | |
tree | 9a8fd18c4669c9edd000e4398cb989fe300b1e07 /doc/install/cabal.mdwn | |
parent | e35ffb335ce3a0251675ae061109f4b1578f77ad (diff) |
note how we can use make install to install documentation
Diffstat (limited to 'doc/install/cabal.mdwn')
-rw-r--r-- | doc/install/cabal.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/install/cabal.mdwn b/doc/install/cabal.mdwn index 6c5c0d4c6..36e7a53fa 100644 --- a/doc/install/cabal.mdwn +++ b/doc/install/cabal.mdwn @@ -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]] |