[project @ 2001-04-03 15:08:35 by sewardj]
[ghc-hetmet.git] / ghc / mk / config.mk
index 4cce33d..3c034a3 100644 (file)
@@ -1,3 +1,5 @@
+# -----------------------------------------------------------------------------
+# $Id: config.mk,v 1.14 2001/03/29 10:44:29 simonmar Exp $
 #
 # GHC project configuration
 #
@@ -7,10 +9,12 @@
 
 # what to include in a binary distribution
 GhcMainDir = ghc
-GhcBinDistDirs = ghc
-GhcBinDistDocs = docs ghc/docs/users_guide ghc/docs/libraries
-GhcBinDistPrlScripts = ghc-$(ProjectVersion) stat2resid
-GhcBinDistLibPrlScripts = hscpp mkdependHS
-GhcBinDistBins = hp2ps
+GhcBinDistDirs = ghc hslibs
+GhcBinDistDocs = ghc/docs/set
+GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion)
+GhcBinDistPrlScripts = 
+GhcBinDistLibPrlScripts = ghc-asm ghc-split
+GhcBinDistBins = hp2ps ghcprof hsc2hs DrIFT DtdToHaskell Xtract
+GhcBinDistLinks = ghc ghci ghci-pkg
 
 include $(GhcMainDir)/mk/version.mk