diff options
| author | peb <unknown> | 2005-04-16 04:40:48 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-04-16 04:40:48 +0000 |
| commit | 9e510f5245ac8ee1a7524fbbf49447daaef846d3 (patch) | |
| tree | 1a4f923fa1a4247146d7d0b4caf56021fc0f70a6 /src/tools | |
| parent | 9d112935dc072c399ae86be4fa9cc273b479928e (diff) | |
"Committed_by_peb"
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/AlphaConvGF.hs | 5 | ||||
| -rw-r--r-- | src/tools/GFDoc.hs | 5 | ||||
| -rw-r--r-- | src/tools/Htmls.hs | 5 | ||||
| -rw-r--r-- | src/tools/MkHelpFile.hs | 9 | ||||
| -rw-r--r-- | src/tools/WriteF.hs | 5 |
5 files changed, 12 insertions, 17 deletions
diff --git a/src/tools/AlphaConvGF.hs b/src/tools/AlphaConvGF.hs index ef00aba11..0e87bdb7a 100644 --- a/src/tools/AlphaConvGF.hs +++ b/src/tools/AlphaConvGF.hs @@ -1,13 +1,12 @@ ---------------------------------------------------------------------- -- | --- Module : AlphaConvGF -- Maintainer : AR -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/02/18 19:21:23 $ +-- > CVS $Date: 2005/04/16 05:40:50 $ -- > CVS $Author: peb $ --- > CVS $Revision: 1.3 $ +-- > CVS $Revision: 1.4 $ -- -- (Description of the module) ----------------------------------------------------------------------------- diff --git a/src/tools/GFDoc.hs b/src/tools/GFDoc.hs index 2193a4bf8..d84594c10 100644 --- a/src/tools/GFDoc.hs +++ b/src/tools/GFDoc.hs @@ -1,13 +1,12 @@ ---------------------------------------------------------------------- -- | --- Module : GFDoc -- Maintainer : AR -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/02/18 19:21:23 $ +-- > CVS $Date: 2005/04/16 05:40:50 $ -- > CVS $Author: peb $ --- > CVS $Revision: 1.6 $ +-- > CVS $Revision: 1.7 $ -- -- produce a HTML document from a list of GF grammar files. AR 6\/10\/2002 -- diff --git a/src/tools/Htmls.hs b/src/tools/Htmls.hs index 2a343adab..dcca7dea6 100644 --- a/src/tools/Htmls.hs +++ b/src/tools/Htmls.hs @@ -1,13 +1,12 @@ ---------------------------------------------------------------------- -- | --- Module : Htmls -- Maintainer : AR -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/02/18 19:21:23 $ +-- > CVS $Date: 2005/04/16 05:40:50 $ -- > CVS $Author: peb $ --- > CVS $Revision: 1.4 $ +-- > CVS $Revision: 1.5 $ -- -- chop an HTML file into separate files, each linked to the next and previous. -- the names of the files are n-file, with n = 01,02,... diff --git a/src/tools/MkHelpFile.hs b/src/tools/MkHelpFile.hs index 7a3f3965a..ab88e6c7f 100644 --- a/src/tools/MkHelpFile.hs +++ b/src/tools/MkHelpFile.hs @@ -1,13 +1,12 @@ ---------------------------------------------------------------------- -- | --- Module : MkHelpFile -- Maintainer : AR -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/02/18 19:21:23 $ +-- > CVS $Date: 2005/04/16 05:40:51 $ -- > CVS $Author: peb $ --- > CVS $Revision: 1.6 $ +-- > CVS $Revision: 1.7 $ -- -- Compile @HelpFile.hs@ from the text file @HelpFile@. ----------------------------------------------------------------------------- @@ -49,9 +48,9 @@ helpHeader = unlines [ "-- Stability : (stable)", "-- Portability : (portable)", "--", - "-- > CVS $Date: 2005/02/18 19:21:23 $", + "-- > CVS $Date: 2005/04/16 05:40:51 $", "-- > CVS $Author: peb $", - "-- > CVS $Revision: 1.6 $", + "-- > CVS $Revision: 1.7 $", "--", "-- Help on shell commands. Generated from HelpFile by 'make help'.", "-- PLEASE DON'T EDIT THIS FILE.", diff --git a/src/tools/WriteF.hs b/src/tools/WriteF.hs index 03dc47666..2e5b299dc 100644 --- a/src/tools/WriteF.hs +++ b/src/tools/WriteF.hs @@ -1,13 +1,12 @@ ---------------------------------------------------------------------- -- | --- Module : WriteF -- Maintainer : AR -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/02/18 19:21:23 $ +-- > CVS $Date: 2005/04/16 05:40:51 $ -- > CVS $Author: peb $ --- > CVS $Revision: 1.3 $ +-- > CVS $Revision: 1.4 $ -- -- (Description of the module) ----------------------------------------------------------------------------- |
