[project @ 1997-12-16 12:21:25 by simonm]
authorsimonm <unknown>
Tue, 16 Dec 1997 12:21:25 +0000 (12:21 +0000)
committersimonm <unknown>
Tue, 16 Dec 1997 12:21:25 +0000 (12:21 +0000)
update for GHC 2.10, and add SGML2INFO.

mk/config.mk.in

index eb93eb1..2f98dc8 100644 (file)
@@ -146,7 +146,7 @@ ProjectPatchLevel = $($(Project)ProjectPatchLevel)
 # 
 GhcProjectName         = The Glorious Glasgow Haskell Compilation System
 GhcProjectNameShort    = ghc
-GhcProjectVersion      = 2.09
+GhcProjectVersion      = 2.10
 GhcProjectPatchLevel   = 0
 
 #---------------------------------------------------------------
@@ -648,6 +648,7 @@ YACC                        = @YaccCmd@
 
 SGML2LATEX             = sgml2latex
 SGML2HTML              = sgml2html
+SGML2INFO              = sgml2info
 SGML2TXT               = sgml2txt
 
 #-----------------------------------------------------------------------------