Rename xmonad.hs to xmonad-template.hs

This commit is contained in:
Spencer Janssen 2007-12-09 23:14:26 +00:00
parent 2f60ee5680
commit bbf5d0010c
3 changed files with 2 additions and 2 deletions

2
CONFIG
View File

@ -7,7 +7,7 @@ xmonad is configured by creating and editing the file:
xmonad then uses settings from this file as arguments to the window manager, xmonad then uses settings from this file as arguments to the window manager,
on startup. For a complete example of possible settings, see the file: on startup. For a complete example of possible settings, see the file:
man/xmonad-template.hs man/xmonad.hs
Further examples are on the website, wiki and extension documentation. Further examples are on the website, wiki and extension documentation.

View File

@ -18,7 +18,7 @@ license-file: LICENSE
author: Spencer Janssen author: Spencer Janssen
maintainer: xmonad@haskell.org maintainer: xmonad@haskell.org
extra-source-files: README TODO CONFIG STYLE tests/loc.hs tests/Properties.hs 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-template.hs man/xmonad.1.in man/xmonad.1 man/xmonad.html man/xmonad.hs
util/GenerateManpage.hs util/GenerateManpage.hs
cabal-version: >= 1.2 cabal-version: >= 1.2