diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2009-10-22 06:14:02 +0200 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2009-10-22 06:14:02 +0200 |
commit | 86321e2a8e5340a6568e540135bad019cefce0dc (patch) | |
tree | 340ce1c6d8c3084228bfe5fd4c450a4d5a902c91 | |
parent | 1a9fa997692edf190d15a367e89ef5fb473416bb (diff) | |
download | metatile-86321e2a8e5340a6568e540135bad019cefce0dc.tar metatile-86321e2a8e5340a6568e540135bad019cefce0dc.zip |
Add the template config as distributed file.
Ignore-this: 2c3ef853ecc0a0d037dd0dfb3087ce99
darcs-hash:20091022041402-1499c-b1ce000a244f575e8eeb978fdd7e7fc3834df77c
-rw-r--r-- | xmonad.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmonad.cabal b/xmonad.cabal index 92623a3..452cfa9 100644 --- a/xmonad.cabal +++ b/xmonad.cabal @@ -23,6 +23,8 @@ 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 + flag small_base description: Choose the new smaller, split-up base package. |