summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-06-19 13:38:36 +0000
committersimonmar <unknown>2002-06-19 13:38:36 +0000
commitfe1fb2f22e411672ea67df8344b7fed15ef2ac5b (patch)
tree622bf91712c1ae965e87ad7c9fce93b20f5490ed /Makefile
parent408918914b7fb14d91b01b8196e96771fab8eff1 (diff)
downloadhaskell-fe1fb2f22e411672ea67df8344b7fed15ef2ac5b.tar.gz
[project @ 2002-06-19 13:38:36 by simonmar]
Include directories called 'tests' in source distributions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85c1bed41c..4ec069c240 100644
--- a/Makefile
+++ b/Makefile
@@ -269,7 +269,7 @@ dist ::
mkdir $(SRC_DIST_DIR)
mkdir $(SRC_DIST_DIR)/mk
( cd $(FPTOOLS_TOP_ABS); $(FIND) $(SRC_DIST_DIRS) -type d \( -name CVS -prune -o -name SRC -prune -o -print \) | sed -e 's!.*!mkdir "$(SRC_DIST_DIR)/&"!' | sh )
- ( cd $(FPTOOLS_TOP_ABS); $(FIND) $(SRC_DIST_DIRS) $(SRC_DIST_FILES) -name CVS -prune -o -name SRC -prune -o -name tests -prune -o -name "*~" -prune -o -name ".cvsignore" -prune -o -name "\#*" -prune -o -name ".\#*" -prune -o -name "log" -prune -o -name "*-SAVE" -prune -o -name "*.orig" -prune -o -name "*.rej" -prune -o ! -type d -print | sed -e 's!.*!$(LN_S) "$(FPTOOLS_TOP_ABS)/&" "$(SRC_DIST_DIR)/&"!' | sh )
+ ( cd $(FPTOOLS_TOP_ABS); $(FIND) $(SRC_DIST_DIRS) $(SRC_DIST_FILES) -name CVS -prune -o -name SRC -prune -o -name "*~" -prune -o -name ".cvsignore" -prune -o -name "\#*" -prune -o -name ".\#*" -prune -o -name "log" -prune -o -name "*-SAVE" -prune -o -name "*.orig" -prune -o -name "*.rej" -prune -o ! -type d -print | sed -e 's!.*!$(LN_S) "$(FPTOOLS_TOP_ABS)/&" "$(SRC_DIST_DIR)/&"!' | sh )
# Automatic generation of a MANIFEST file for a source distribution
# tree that is ready to go.