X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Fconfig.mk;h=cbf1721b05fa8ab59e93cd9264072f4977f52a5d;hb=195a2616b5922ad0d4104521e5b0ace418b09254;hp=899df12bf21b83e0753eee2b9b1a3be8f379d237;hpb=d400dbb7a32088eb87926c7871692b04f010d5e4;p=ghc-hetmet.git diff --git a/ghc/mk/config.mk b/ghc/mk/config.mk index 899df12..cbf1721 100644 --- a/ghc/mk/config.mk +++ b/ghc/mk/config.mk @@ -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