summaryrefslogtreecommitdiff
path: root/ghc/Makefile
diff options
context:
space:
mode:
authorsof <unknown>1997-03-24 08:39:19 +0000
committersof <unknown>1997-03-24 08:39:19 +0000
commite103630d2858bbfffffe1f846b44f7aaac0e9961 (patch)
tree12a928b6a0a90ee7e9703f7046724187b8a205fc /ghc/Makefile
parent6239d05c7b7aa257ebff06118894c0a3915a8bbc (diff)
downloadhaskell-e103630d2858bbfffffe1f846b44f7aaac0e9961.tar.gz
[project @ 1997-03-24 08:39:18 by sof]
Disable document generation for binary-dists
Diffstat (limited to 'ghc/Makefile')
-rw-r--r--ghc/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/ghc/Makefile b/ghc/Makefile
index c95b80b813..1386d2c69d 100644
--- a/ghc/Makefile
+++ b/ghc/Makefile
@@ -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