aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-11-20 18:16:46 +0000
committerDave Love2000-11-20 18:16:46 +0000
commit1a93302c2a3447bb1a6b4fbd421fcaf13e40449a (patch)
treef912243c885856962338443da7ce53e67974de44
parent8a1ef00cbe3e3ceea3dfbf12cc9570955dc4227c (diff)
downloademacs-1a93302c2a3447bb1a6b4fbd421fcaf13e40449a.tar.gz
emacs-1a93302c2a3447bb1a6b4fbd421fcaf13e40449a.zip
* make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
-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}
281### tar file; this means that people can start reading the INSTALL and 281### tar file; this means that people can start reading the INSTALL and
282### README while the rest of the tar file is still unpacking. Whoopee. 282### README while the rest of the tar file is still unpacking. Whoopee.
283echo "Making links to top-level files" 283echo "Making links to top-level files"
284ln GETTING.GNU.SOFTWARE INSTALL README BUGS move-if-change ${tempdir} 284ln FTP INSTALL README BUGS move-if-change ${tempdir}
285ln ChangeLog Makefile.in configure configure.in aclocal.m4 ${tempdir} 285ln ChangeLog Makefile.in configure configure.in aclocal.m4 ${tempdir}
286ln config.bat make-dist update-subdirs vpath.sed ${tempdir} 286ln config.bat make-dist update-subdirs vpath.sed ${tempdir}
287### Copy these files; they're cross-filesystem symlinks. 287### Copy these files; they're cross-filesystem symlinks.