diff options
author | Spencer Janssen <spencerjanssen@gmail.com> | 2009-10-23 05:14:57 +0200 |
---|---|---|
committer | Spencer Janssen <spencerjanssen@gmail.com> | 2009-10-23 05:14:57 +0200 |
commit | f2ffe9debecfe7078745b5470c471982e499a977 (patch) | |
tree | 6d45cf0e7a58e5c9cdfddea2131f8bcbeabdadbd | |
parent | 86321e2a8e5340a6568e540135bad019cefce0dc (diff) | |
download | metatile-f2ffe9debecfe7078745b5470c471982e499a977.tar metatile-f2ffe9debecfe7078745b5470c471982e499a977.zip |
man/xmonad.hs is in data-files, remove it from extra-source-files
Ignore-this: d201a7c16f68213c7de62481ea7f5b4f
darcs-hash:20091023031457-25a6b-351747b7fb41714383a3def23b047248f319fb06
-rw-r--r-- | xmonad.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad.cabal b/xmonad.cabal index 452cfa9..d55d0f5 100644 --- a/xmonad.cabal +++ b/xmonad.cabal @@ -18,7 +18,7 @@ license-file: LICENSE author: Spencer Janssen maintainer: xmonad@haskell.org extra-source-files: README TODO CONFIG STYLE tests/loc.hs tests/Properties.hs - man/xmonad.1.in man/xmonad.1 man/xmonad.html man/xmonad.hs + man/xmonad.1.in man/xmonad.1 man/xmonad.html util/GenerateManpage.hs cabal-version: >= 1.2 build-type: Simple |