From: Dave Love Date: Mon, 20 Nov 2000 18:16:46 +0000 (+0000) Subject: * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE. X-Git-Tag: emacs-pretest-21.0.92~265 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1a93302c2a3447bb1a6b4fbd421fcaf13e40449a;p=emacs.git * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE. --- 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.