From ae60299c7def8a4c2af18320be773158936c6ac9 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 12 May 2005 09:03:33 +0000 Subject: pre-release adjustments --- src/tools/MkHelpFile.hs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/tools/MkHelpFile.hs') 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.", -- cgit v1.2.3