summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-06-14 14:51:19 +0000
committerRichard M. Stallman <rms@gnu.org>1994-06-14 14:51:19 +0000
commit70de6debe7c0cf4894cd06026a3da488030fc59c (patch)
tree7b9e1aee76fec769eb74b23681226368978016ec /make-dist
parentb8944a245b74dde71386ad2b954f64a6f57ee6c3 (diff)
downloademacs-70de6debe7c0cf4894cd06026a3da488030fc59c.tar.gz
Put ./BUGS into the distrib.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index 27592a258cc..56fa9aaf253 100755
--- a/make-dist
+++ b/make-dist
@@ -140,7 +140,7 @@ mkdir ${tempdir}
### tar file; this means that people can start reading the INSTALL and
### README while the rest of the tar file is still unpacking. Whoopee.
echo "Making links to top-level files."
-ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change ${tempdir}
+ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README BUGS move-if-change ${tempdir}
ln ChangeLog Makefile.in build-ins.in configure configure.in ${tempdir}
ln config.bat make-dist vpath.sed ${tempdir}
### Copy these files; they're cross-filesystem symlinks.