[project @ 2003-03-18 10:12:37 by simonmar]
[ghc-hetmet.git] / ghc / mk / config.mk
index 7b2f2a5..e334861 100644 (file)
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: config.mk,v 1.17 2002/02/27 11:18:30 simonmar Exp $
+# $Id: config.mk,v 1.19 2003/03/05 10:22:22 simonmar Exp $
 #
 # GHC project configuration
 #
 # what to include in a binary distribution
 GhcMainDir = ghc
 GhcBinDistDirs = ghc libraries hslibs
-GhcBinDistDocs = ghc/docs/set
+
 ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
-GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion)
+GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion) hsc2hs
 else
-GhcBinDistShScripts=
+GhcBinDistShScripts =
 endif
+
 GhcBinDistPrlScripts = 
 GhcBinDistLibPrlScripts = ghc-asm ghc-split
-GhcBinDistBins = hp2ps ghcprof hsc2hs DrIFT DtdToHaskell Xtract
+GhcBinDistBins = hp2ps ghcprof DrIFT DtdToHaskell Xtract
 GhcBinDistLinks = ghc ghci ghc-pkg
 
 include $(GhcMainDir)/mk/version.mk