From: Ian Lynagh Date: Wed, 18 Nov 2009 13:10:47 +0000 (+0000) Subject: Add ghc-tarballs to the list of directories that go into an sdist X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=348350dff872d5b981d4d4b18641ec74d71d50ea;p=ghc-hetmet.git Add ghc-tarballs to the list of directories that go into an sdist --- diff --git a/ghc.mk b/ghc.mk index bf5b7c2..b21aac0 100644 --- 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 \