From: Richard M. Stallman Date: Sat, 7 Mar 1998 22:34:50 +0000 (+0000) Subject: PROBLEMS is now in etc, not top level dir. X-Git-Tag: emacs-20.3~1983 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=94a13fbf0176fff9b44b664a576db426008d8d9b;p=emacs.git PROBLEMS is now in etc, not top level dir. --- diff --git a/make-dist b/make-dist index 59cc4147e4a..afed3f94fe9 100755 --- a/make-dist +++ b/make-dist @@ -247,7 +247,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 BUGS move-if-change ${tempdir} +ln GETTING.GNU.SOFTWARE INSTALL README BUGS move-if-change ${tempdir} ln ChangeLog Makefile.in configure configure.in ${tempdir} ln config.bat make-dist update-subdirs vpath.sed ${tempdir} ### Copy these files; they're cross-filesystem symlinks.