From: Eli Zaretskii Date: Wed, 7 Nov 2001 18:25:20 +0000 (+0000) Subject: (tempdir): Copy AUTHORS as well. X-Git-Tag: emacs-21.2~349 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=75251d2fbaf0d71aaf58e12728e59631251e25d3;p=emacs.git (tempdir): Copy AUTHORS as well. --- diff --git a/ChangeLog b/ChangeLog index b3c6cb58810..66f0205f997 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-11-07 Eli Zaretskii + + * make-dist (tempdir): Copy AUTHORS as well. + 2001-11-01 Gerd Moellmann * configure.in: Remove doubled `;;'. diff --git a/make-dist b/make-dist index 06785c6d9e2..6eb6a97b7c9 100755 --- a/make-dist +++ b/make-dist @@ -287,7 +287,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 FTP INSTALL README BUGS move-if-change ${tempdir} +ln AUTHORS 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.