summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-11-20 18:16:46 +0000
committerDave Love <fx@gnu.org>2000-11-20 18:16:46 +0000
commit43e166373e895b5f61e754b85c88a9e0984c60e7 (patch)
treeb12a1ce454126fa3f81e04f086f038b839cc96c7 /make-dist
parent521855ea960a1908d30f376abffc69a71e251800 (diff)
downloademacs-43e166373e895b5f61e754b85c88a9e0984c60e7.tar.gz
* make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
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 5107ea112c2..d2b2f6fe68f 100755
--- a/make-dist
+++ b/make-dist
@@ -281,7 +281,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 README BUGS move-if-change ${tempdir}
+ln FTP INSTALL README BUGS move-if-change ${tempdir}
ln ChangeLog Makefile.in configure configure.in aclocal.m4 ${tempdir}
ln config.bat make-dist update-subdirs vpath.sed ${tempdir}
### Copy these files; they're cross-filesystem symlinks.