From 98ff58a730f32cf6d9c8787a82573c199f0abed8 Mon Sep 17 00:00:00 2001
From: Spencer Janssen <sjanssen@cse.unl.edu>
Date: Wed, 5 Dec 2007 05:39:13 +0100
Subject: Update man location

darcs-hash:20071205043913-a5988-f24d8ae3ae51f21f80f51000749fe6f0682103bb.gz
---
 util/GenerateManpage.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'util')

diff --git a/util/GenerateManpage.hs b/util/GenerateManpage.hs
index 88d4848..327db81 100644
--- a/util/GenerateManpage.hs
+++ b/util/GenerateManpage.hs
@@ -42,6 +42,6 @@ replace :: Eq a => a -> a -> [a] -> [a]
 replace x y = map (\a -> if a == x then y else a)
 
 main = do
-    troffBindings <- (concatMap troff . allBindings) `liftM` readFile "./Config.hs"
+    troffBindings <- (concatMap troff . allBindings) `liftM` readFile "./XMonad/Config.hs"
     let sed = unlines . replace "___KEYBINDINGS___" troffBindings . lines
     readFile "./man/xmonad.1.in" >>= return . sed >>= writeFile "./man/xmonad.1"
-- 
cgit v1.2.3