[project @ 2002-12-12 03:15:41 by mthomas]
[ghc-hetmet.git] / ghc / mk / config.mk
index bd99586..7b85988 100644 (file)
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: config.mk,v 1.16 2002/01/10 10:46:12 sof Exp $
+# $Id: config.mk,v 1.18 2002/07/02 13:56:22 simonmar Exp $
 #
 # GHC project configuration
 #
@@ -9,8 +9,7 @@
 
 # what to include in a binary distribution
 GhcMainDir = ghc
-GhcBinDistDirs = ghc hslibs
-GhcBinDistDocs = ghc/docs/set
+GhcBinDistDirs = ghc libraries hslibs
 ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
 GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion)
 else