[project @ 2002-07-02 13:56:22 by simonmar]
authorsimonmar <unknown>
Tue, 2 Jul 2002 13:56:22 +0000 (13:56 +0000)
committersimonmar <unknown>
Tue, 2 Jul 2002 13:56:22 +0000 (13:56 +0000)
Remove $(GhcBinDistDocs), this will be done differently

ghc/mk/config.mk

index 7b2f2a5..7b85988 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.18 2002/07/02 13:56:22 simonmar Exp $
 #
 # GHC project configuration
 #
@@ -10,7 +10,6 @@
 # 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)
 else