]> git.eshelyaron.com Git - emacs.git/commitdiff
(tempdir): Copy AUTHORS as well.
authorEli Zaretskii <eliz@gnu.org>
Wed, 7 Nov 2001 17:53:46 +0000 (17:53 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 7 Nov 2001 17:53:46 +0000 (17:53 +0000)
ChangeLog
make-dist

index 2eee2d408fb0b212a1e8595dd445edfc44a27acb..2591d922072275f6182731619b32a8cd027418ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-07  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * make-dist (tempdir): Copy AUTHORS as well.
+
 2001-11-06  Sam Steingold  <sds@gnu.org>
 
        * configure.in: Added a check for <nlist.h>
index 06785c6d9e2b182f7f4aa5eaff17a85f566bfada..6eb6a97b7c98673a2080a6735cfd897876689573 100755 (executable)
--- 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.