remove the man pages from data-files

The man pages are available for packagers in `extra-source-files`.

Having them in `data-files` is confusing since, according to Cabal's user guide [1], `data-files` contains "A list of files to be installed for run-time use by the package.", but the man pages are not used at run-time by xmonad.

[1]: https://www.haskell.org/cabal/users-guide/developing-packages.html
This commit is contained in:
Nicolas Dudebout 2017-08-06 10:29:54 -04:00 committed by GitHub
parent 2e6312776b
commit 3dc65c3d2e

View File

@ -34,8 +34,6 @@ tested-with:
GHC==7.10.3,
GHC==8.0.1
data-files: man/xmonad.hs, man/xmonad.1, man/xmonad.1.html
source-repository head
type: git
location: https://github.com/xmonad/xmonad