mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 10:19:32 -06:00
pre-release adjustments
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user