summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-11-07 17:53:03 +0000
committerEli Zaretskii <eliz@gnu.org>2001-11-07 17:53:03 +0000
commitffe249a2ecc0832f93f6f32fe8102f28b72bb347 (patch)
tree051041361897d3386fb809af371e431e4fd21d97 /make-dist
parentb17fb597572823082089bcbd0fd5534c0375ebea (diff)
downloademacs-ffe249a2ecc0832f93f6f32fe8102f28b72bb347.tar.gz
(tempdir): Copy AUTHORS as well.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
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.