[project @ 2001-03-26 16:56:55 by simonmar]
[ghc-hetmet.git] / ghc / mk / config.mk
index 899df12..cbf1721 100644 (file)
@@ -1,3 +1,5 @@
+# -----------------------------------------------------------------------------
+# $Id: config.mk,v 1.13 2001/03/26 16:56:55 simonmar Exp $
 #
 # GHC project configuration
 #
@@ -7,10 +9,11 @@
 
 # what to include in a binary distribution
 GhcMainDir = ghc
-GhcBinDistDirs = ghc
-GhcBinDistDocs = docs ghc/docs/users_guide ghc/docs/libraries
-GhcBinDistPrlScripts = ghc-$(ProjectVersion) stat2resid hstags mkdependHS
-GhcBinDistLibPrlScripts = hscpp
+GhcBinDistDirs = ghc hslibs
+GhcBinDistDocs = ghc/docs/set
+GhcBinDistShScripts = ghc ghci
+GhcBinDistPrlScripts = 
+GhcBinDistLibPrlScripts = ghc-asm ghc-split
 GhcBinDistBins = hp2ps
 
 include $(GhcMainDir)/mk/version.mk