diff options
author | sof <unknown> | 1997-06-05 23:55:51 +0000 |
---|---|---|
committer | sof <unknown> | 1997-06-05 23:55:51 +0000 |
commit | aa0e0d413fda54aa900c95a3804a11e6d78ef07e (patch) | |
tree | c886d570212299c3bd37c47b5f749708005bd499 /Makefile | |
parent | 4baf1580a3e1ef318261266f22e44b41c6bf394a (diff) | |
download | haskell-aa0e0d413fda54aa900c95a3804a11e6d78ef07e.tar.gz |
[project @ 1997-06-05 23:55:51 by sof]
Include distrib/ in source distributions
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ SUBDIRS = $(shell if (test x$(CURRENT_TARGET) = xinstall) ; then echo $(Projects # # Files to include in fptools source distribution # -SRC_DIST_DIRS += mk docs CONTRIB $(ProjectsToBuild) +SRC_DIST_DIRS += mk docs CONTRIB distrib $(ProjectsToBuild) SRC_DIST_FILES += configure.in config.guess config.sub configure README ANNOUNCE ANNOUNCE-2.02 NEWS INSTALL Makefile install-sh |