From bbf5d0010c11f53a649bbf37f8e18a76829fd3d8 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Sun, 9 Dec 2007 23:14:26 +0000 Subject: [PATCH] Rename xmonad.hs to xmonad-template.hs --- CONFIG | 2 +- man/{xmonad-template.hs => xmonad.hs} | 0 xmonad.cabal | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename man/{xmonad-template.hs => xmonad.hs} (100%) diff --git a/CONFIG b/CONFIG index 3ca457d..b4566f3 100644 --- a/CONFIG +++ b/CONFIG @@ -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, 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. diff --git a/man/xmonad-template.hs b/man/xmonad.hs similarity index 100% rename from man/xmonad-template.hs rename to man/xmonad.hs diff --git a/xmonad.cabal b/xmonad.cabal index 97354f8..77d1d72 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-template.hs + man/xmonad.1.in man/xmonad.1 man/xmonad.html man/xmonad.hs util/GenerateManpage.hs cabal-version: >= 1.2