[project @ 2000-07-06 16:31:45 by simonpj]
[ghc-hetmet.git] / ghc / mk / config.mk
index 899df12..449e365 100644 (file)
@@ -1,3 +1,5 @@
+# -----------------------------------------------------------------------------
+# $Id: config.mk,v 1.7 2000/04/07 13:34:03 simonmar Exp $
 #
 # GHC project configuration
 #
@@ -7,10 +9,10 @@
 
 # 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 = docs ghc/docs/set
+GhcBinDistPrlScripts = ghc-$(ProjectVersion) stat2resid
+GhcBinDistLibPrlScripts = hscpp mkdependHS
 GhcBinDistBins = hp2ps
 
 include $(GhcMainDir)/mk/version.mk