summaryrefslogtreecommitdiff
path: root/src/tools/MkHelpFile.hs
diff options
context:
space:
mode:
authoraarne <unknown>2005-05-12 09:03:33 +0000
committeraarne <unknown>2005-05-12 09:03:33 +0000
commitae60299c7def8a4c2af18320be773158936c6ac9 (patch)
tree2dc587f26df0c952d9d6d60dc6f7c682afcd6c66 /src/tools/MkHelpFile.hs
parentd50c932a418e7368ac08cacf77d9c9ac1c98cb9b (diff)
pre-release adjustments
Diffstat (limited to 'src/tools/MkHelpFile.hs')
-rw-r--r--src/tools/MkHelpFile.hs14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/tools/MkHelpFile.hs b/src/tools/MkHelpFile.hs
index 89e8c3634..45e9d302a 100644
--- a/src/tools/MkHelpFile.hs
+++ b/src/tools/MkHelpFile.hs
@@ -4,9 +4,9 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/04/21 11:38:24 $
--- > CVS $Author: bringert $
--- > CVS $Revision: 1.8 $
+-- > CVS $Date: 2005/05/12 10:03:34 $
+-- > CVS $Author: aarne $
+-- > CVS $Revision: 1.9 $
--
-- Compile @HelpFile.hs@ from the text file @HelpFile@.
-----------------------------------------------------------------------------
@@ -21,7 +21,7 @@ main = do
mkHsFile ss =
helpHeader ++
"module GF.Shell.HelpFile where\n\n" ++
- "import Operations\n\n" ++
+ "import GF.Data.Operations\n\n" ++
"txtHelpFileSummary =\n" ++
" unlines $ map (concat . take 1 . lines) $ paragraphs txtHelpFile\n\n" ++
"txtHelpCommand c =\n" ++
@@ -48,9 +48,9 @@ helpHeader = unlines [
"-- Stability : (stable)",
"-- Portability : (portable)",
"--",
- "-- > CVS $Date: 2005/04/21 11:38:24 $",
- "-- > CVS $Author: bringert $",
- "-- > CVS $Revision: 1.8 $",
+ "-- > CVS $Date: 2005/05/12 10:03:34 $",
+ "-- > CVS $Author: aarne $",
+ "-- > CVS $Revision: 1.9 $",
"--",
"-- Help on shell commands. Generated from HelpFile by 'make help'.",
"-- PLEASE DON'T EDIT THIS FILE.",