[project @ 2002-07-02 14:15:22 by simonmar]
authorsimonmar <unknown>
Tue, 2 Jul 2002 14:15:22 +0000 (14:15 +0000)
committersimonmar <unknown>
Tue, 2 Jul 2002 14:15:22 +0000 (14:15 +0000)
Don't omit docs when doing a binary dist

ghc/Makefile

index 5d13069..4d71792 100644 (file)
@@ -1,5 +1,5 @@
 #-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.20 2002/02/12 15:17:13 simonmar Exp $
+# $Id: Makefile,v 1.21 2002/07/02 14:15:22 simonmar Exp $
 #
 
 TOP=.
@@ -31,11 +31,6 @@ SUBDIRS = includes utils driver docs compiler
 endif
 endif
 
-# Easier to copy
-ifeq "$(BIN_DIST)" "1"
-SUBDIRS := $(filter-out docs,$(SUBDIRS))
-endif
-
 ifeq ($(IncludeTestDirsInBuild),YES)
 SUBDIRS += tests
 endif