[project @ 2001-03-28 16:40:48 by simonmar]
[ghc-hetmet.git] / ghc / mk / config.mk
index 1dcf973..cbf1721 100644 (file)
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: config.mk,v 1.6 2000/01/20 14:53:42 simonmar Exp $
+# $Id: config.mk,v 1.13 2001/03/26 16:56:55 simonmar Exp $
 #
 # GHC project configuration
 #
 # what to include in a binary distribution
 GhcMainDir = ghc
 GhcBinDistDirs = ghc hslibs
-GhcBinDistDocs = docs ghc/docs/users_guide hslibs/doc
-GhcBinDistPrlScripts = ghc-$(ProjectVersion) stat2resid
-GhcBinDistLibPrlScripts = hscpp mkdependHS
+GhcBinDistDocs = ghc/docs/set
+GhcBinDistShScripts = ghc ghci
+GhcBinDistPrlScripts = 
+GhcBinDistLibPrlScripts = ghc-asm ghc-split
 GhcBinDistBins = hp2ps
 
 include $(GhcMainDir)/mk/version.mk