diff options
| author | peb <unknown> | 2005-02-18 18:21:06 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-02-18 18:21:06 +0000 |
| commit | 9568d7a844ba6a1872a8e8f6ef002860057e62ab (patch) | |
| tree | 9e25c6ed62e48101a2782d5fb8dcba68462dc613 /src/tools/MkHelpFile.hs | |
| parent | 1c4f025320900897ae3acdab6982f7d595b98dd1 (diff) | |
"Committed_by_peb"
Diffstat (limited to 'src/tools/MkHelpFile.hs')
| -rw-r--r-- | src/tools/MkHelpFile.hs | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/tools/MkHelpFile.hs b/src/tools/MkHelpFile.hs index fc0db2e00..7a3f3965a 100644 --- a/src/tools/MkHelpFile.hs +++ b/src/tools/MkHelpFile.hs @@ -1,18 +1,18 @@ ---------------------------------------------------------------------- -- | --- Module : (Module) --- Maintainer : (Maintainer) +-- Module : MkHelpFile +-- Maintainer : AR -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date $ --- > CVS $Author $ --- > CVS $Revision $ +-- > CVS $Date: 2005/02/18 19:21:23 $ +-- > CVS $Author: peb $ +-- > CVS $Revision: 1.6 $ -- --- Compile HelpFile.hs from HelpFile. +-- Compile @HelpFile.hs@ from the text file @HelpFile@. ----------------------------------------------------------------------------- -module Main where +module Main (main) where main = do s <- readFile "HelpFile" @@ -49,9 +49,9 @@ helpHeader = unlines [ "-- Stability : (stable)", "-- Portability : (portable)", "--", - "-- > CVS $Date $", - "-- > CVS $Author $", - "-- > CVS $Revision $", + "-- > CVS $Date: 2005/02/18 19:21:23 $", + "-- > CVS $Author: peb $", + "-- > CVS $Revision: 1.6 $", "--", "-- Help on shell commands. Generated from HelpFile by 'make help'.", "-- PLEASE DON'T EDIT THIS FILE.", |
