diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2013-09-12 21:15:59 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-09-12 21:15:59 +0000 |
commit | 1e9f30f909788334e869bfc68c344da024348873 (patch) | |
tree | 0216b15b49ab1fd47023f99d44ab4edae4a868f6 | |
parent | 228760bbb7f9e1ec043ed0f525e6be46c0121a46 (diff) |
reply
-rw-r--r-- | doc/bugs/cabal_install_fails_to_install_manpage.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/cabal_install_fails_to_install_manpage.mdwn b/doc/bugs/cabal_install_fails_to_install_manpage.mdwn index 0bde0c962..8c4bbea3f 100644 --- a/doc/bugs/cabal_install_fails_to_install_manpage.mdwn +++ b/doc/bugs/cabal_install_fails_to_install_manpage.mdwn @@ -16,7 +16,7 @@ git annex from a recent git build (4.20130909-g7f079d6) in Debian wheezy. <del>This could be just a documentation problem...</del> Actually, the manpage can be read directly from the source tree in `doc/git-annex.mdwn`, but I still think it should be installed, for [[!wikipedia POLA]]'s sake. --[[anarcat]] -I figured it out - that stuff is in the makefile, I updated [[install/cabal]] accordingly, so done. --[[anarcat]] +I figured it out - that stuff is in the makefile, I updated [[install/cabal]] accordingly, so <del>done</del> - not done just yet. --[[anarcat]] > Doesn't seem right to me; Setup.hs has some stuff to do with > installing man pages. This does currently require that they @@ -25,3 +25,5 @@ I figured it out - that stuff is in the makefile, I updated [[install/cabal]] ac > > Perhaps cabal put the man pages somewhere else? After all, you > apparently did not set --datadir --[[Joey]] + +> > True, I didn't - the docs didn't say to. ;) But really, it's one of two things, either Setup.hs can install manpages, and then the Makefile shouldn't install it, or we should update documentation to use the makefile only. I'll try this again next time I reinstall through cabal i guess... -- [[anarcat]] |