[project @ 1997-09-03 23:43:49 by sof]
[ghc-hetmet.git] / ghc / Makefile
index c95b80b..1386d2c 100644 (file)
@@ -1,5 +1,5 @@
 #-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.6 1997/03/24 04:39:38 sof Exp $
+# $Id: Makefile,v 1.7 1997/03/24 08:39:19 sof Exp $
 #
 
 TOP=.
@@ -26,4 +26,9 @@ else
 SUBDIRS = utils driver includes runtime docs lib compiler
 endif
 
+# Easier to copy
+ifeq "$(BIN_DIST)" "1"
+SUBDIRS := $(filter-out docs,$(SUBDIRS))
+endif
+
 include $(TOP)/mk/target.mk