aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-03-07 22:34:50 +0000
committerRichard M. Stallman1998-03-07 22:34:50 +0000
commit94a13fbf0176fff9b44b664a576db426008d8d9b (patch)
treecb503ce2dc68aad137e05848f384cf3310239ba3
parente5f83e2398388db24025513555e8cd90d9a66dc6 (diff)
downloademacs-94a13fbf0176fff9b44b664a576db426008d8d9b.tar.gz
emacs-94a13fbf0176fff9b44b664a576db426008d8d9b.zip
PROBLEMS is now in etc, not top level dir.
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index 59cc4147e4a..afed3f94fe9 100755
--- a/make-dist
+++ b/make-dist
@@ -247,7 +247,7 @@ mkdir ${tempdir}
247### tar file; this means that people can start reading the INSTALL and 247### tar file; this means that people can start reading the INSTALL and
248### README while the rest of the tar file is still unpacking. Whoopee. 248### README while the rest of the tar file is still unpacking. Whoopee.
249echo "Making links to top-level files" 249echo "Making links to top-level files"
250ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README BUGS move-if-change ${tempdir} 250ln GETTING.GNU.SOFTWARE INSTALL README BUGS move-if-change ${tempdir}
251ln ChangeLog Makefile.in configure configure.in ${tempdir} 251ln ChangeLog Makefile.in configure configure.in ${tempdir}
252ln config.bat make-dist update-subdirs vpath.sed ${tempdir} 252ln config.bat make-dist update-subdirs vpath.sed ${tempdir}
253### Copy these files; they're cross-filesystem symlinks. 253### Copy these files; they're cross-filesystem symlinks.