diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-04-26 03:41:05 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-04-26 03:41:05 +0200 |
commit | f322b4ad412d9702327649e0d0b6802985238cfb (patch) | |
tree | 35abd495472b8a18ec07477fc9ed2fc1893cc2aa | |
parent | 60bc574945559151990f20e0e94795a27f827ce5 (diff) | |
download | metatile-f322b4ad412d9702327649e0d0b6802985238cfb.tar metatile-f322b4ad412d9702327649e0d0b6802985238cfb.zip |
Add the manpage to extra-source-files
darcs-hash:20070426014105-a5988-87c092ecd1c8fa40a18db1a82654b9d1b325eb7a
-rw-r--r-- | xmonad.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad.cabal b/xmonad.cabal index abd3c0b..7b44f1d 100644 --- a/xmonad.cabal +++ b/xmonad.cabal @@ -8,7 +8,7 @@ license-file: LICENSE author: Spencer Janssen maintainer: sjanssen@cse.unl.edu build-depends: base>=1.0, X11>=1.1, X11-extras>=0.0, mtl>=1.0, unix>=1.0 -extra-source-files: README TODO tests/loc.hs tests/Properties.hs +extra-source-files: README TODO tests/loc.hs tests/Properties.hs man/xmonad.1 executable: xmonad main-is: Main.hs |