1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(tempdir): Copy AUTHORS as well.

This commit is contained in:
Eli Zaretskii 2001-11-07 17:53:46 +00:00
parent c191d13c1f
commit ed5882b908
2 changed files with 5 additions and 1 deletions

View File

@ -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>

View File

@ -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.