aboutsummaryrefslogtreecommitdiff
path: root/doc/install/cabal.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-09-12 17:14:55 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-09-12 17:14:55 -0400
commit3a86e5dc358f811cc3887173cdaea79938fa9671 (patch)
tree7d94c9f0965819dc21c4972c50f413eb24e5415b /doc/install/cabal.mdwn
parent141e3f826b3722df0969d70c7ef5affb4a87aae7 (diff)
remove
Diffstat (limited to 'doc/install/cabal.mdwn')
-rw-r--r--doc/install/cabal.mdwn6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/install/cabal.mdwn b/doc/install/cabal.mdwn
index 36e7a53fa..6c5c0d4c6 100644
--- a/doc/install/cabal.mdwn
+++ b/doc/install/cabal.mdwn
@@ -40,9 +40,3 @@ 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]]