X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Fconfig.mk;h=bd00feec76d686add2ccad80bed7a4f944c1ab45;hb=ea138284b7343bb1810cfbd0284a608dc57f7d46;hp=25519bf9f97bc5da30757038fa834c15666dec52;hpb=1c52a20964c9ff9a7938f8f3e7fefafdd1199285;p=ghc-hetmet.git diff --git a/ghc/mk/config.mk b/ghc/mk/config.mk index 25519bf..bd00fee 100644 --- a/ghc/mk/config.mk +++ b/ghc/mk/config.mk @@ -1,3 +1,5 @@ +# ----------------------------------------------------------------------------- +# $Id: config.mk,v 1.15 2001/04/11 10:41:46 sewardj 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 hstags -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 ghc-pkg include $(GhcMainDir)/mk/version.mk