mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-16 20:43:46 -07:00
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:
@@ -34,8 +34,6 @@ tested-with:
|
|||||||
GHC==7.10.3,
|
GHC==7.10.3,
|
||||||
GHC==8.0.1
|
GHC==8.0.1
|
||||||
|
|
||||||
data-files: man/xmonad.hs, man/xmonad.1, man/xmonad.1.html
|
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/xmonad/xmonad
|
location: https://github.com/xmonad/xmonad
|
||||||
|
Reference in New Issue
Block a user