[project @ 2000-04-17 11:39:56 by simonmar]
[ghc-hetmet.git] / ghc / mk / config.mk
index dbc0af6..449e365 100644 (file)
@@ -1,14 +1,18 @@
+# -----------------------------------------------------------------------------
+# $Id: config.mk,v 1.7 2000/04/07 13:34:03 simonmar Exp $
 #
 # GHC project configuration
 #
-#  
+# This file can only be included from the top of
+# an fptools/ build tree, since the version.mk 'include'
+# reaches in and grabs the project-specific settings.
 
 # 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 version.mk
+include $(GhcMainDir)/mk/version.mk