diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2011-12-04 01:11:37 +0100 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2011-12-04 01:11:37 +0100 |
commit | 69f5697e62acd72d001974e450d3a92306e37371 (patch) | |
tree | f521a60cf1f136981c0b35ce5035eb8547787a67 | |
parent | f47973690112c0f38c51dfdaf3d4389e2451eacb (diff) | |
download | metatile-69f5697e62acd72d001974e450d3a92306e37371.tar metatile-69f5697e62acd72d001974e450d3a92306e37371.zip |
Include manual pages in data-files.
Ignore-this: b956ee5c6a45b985ba5cd6552adf806a
darcs-hash:20111204001137-1499c-5f7149873755b31a46c1efe535e83718a0b4cfd2
-rw-r--r-- | xmonad.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad.cabal b/xmonad.cabal index 62e37ee..38c07de 100644 --- a/xmonad.cabal +++ b/xmonad.cabal @@ -23,7 +23,7 @@ extra-source-files: README TODO CONFIG STYLE tests/loc.hs tests/Properties.hs cabal-version: >= 1.2 build-type: Simple -data-files: man/xmonad.hs +data-files: man/xmonad.hs, man/xmonad.1, man/xmonad.1.html flag small_base description: Choose the new smaller, split-up base package. |