summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsof <unknown>1997-06-09 07:45:22 +0000
committersof <unknown>1997-06-09 07:45:22 +0000
commitb7d6988be94e820566d35641222b10d13cb4c345 (patch)
tree4fd719a5225d6cb856671dd5ec153f551b370441 /Makefile
parentcea3f8428fd4d5337e6814e20e5be18e6911ea7b (diff)
downloadhaskell-b7d6988be94e820566d35641222b10d13cb4c345.tar.gz
[project @ 1997-06-09 07:45:22 by sof]
updated BIN_DIST_TOP
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 130485d941..40a9761bf8 100644
--- a/Makefile
+++ b/Makefile
@@ -39,10 +39,10 @@ binary-dist:: binary-dist-pre
BIN_DIST_TOP= distrib/Makefile-bin.in \
distrib/configure-bin.in \
- distrib/README \
+ README \
distrib/INSTALL \
- distrib/ANNOUNCE \
- distrib/PATCHLEVEL \
+ ANNOUNCE \
+ ghc/PATCHLEVEL \
glafp-utils/mkdirhier/mkdirhier \
ghc/RELEASE \
install-sh \
@@ -62,8 +62,8 @@ binary-dist::
#
# Creating and copying the documentation into the bin-dist tree.
-# (this tries to be oh-so-general about copyng docs, but isn't really
-# suited for anything else than ghc/)
+# (this tries to be oh-so-general about copying docs, but isn't really
+# suited for anything other than ghc/)
#
# Needless to say, the rule below could be cleaned up somewhat.
#