Add ghc-tarballs to the list of directories that go into an sdist
authorIan Lynagh <igloo@earth.li>
Wed, 18 Nov 2009 13:10:47 +0000 (13:10 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 18 Nov 2009 13:10:47 +0000 (13:10 +0000)
ghc.mk

diff --git a/ghc.mk b/ghc.mk
index bf5b7c2..b21aac0 100644 (file)
--- a/ghc.mk
+++ b/ghc.mk
@@ -1006,7 +1006,7 @@ SRC_DIST_DIR=$(shell pwd)/$(SRC_DIST_NAME)
 #
 # Files to include in source distributions
 #
-SRC_DIST_DIRS = mk rules docs distrib bindisttest libffi includes utils docs rts compiler ghc driver libraries
+SRC_DIST_DIRS = mk rules docs distrib bindisttest libffi includes utils docs rts compiler ghc driver libraries ghc-tarballs
 SRC_DIST_FILES += \
        configure.ac config.guess config.sub configure \
        aclocal.m4 README ANNOUNCE HACKING LICENSE Makefile install-sh \