summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2007-09-09 11:52:28 +0000
committerJuri Linkov <juri@jurta.org>2007-09-09 11:52:28 +0000
commit690f67fbdd3d8f4591c61cd9afb517b50f3aef2a (patch)
treea8e9fb8fac369a9703da80aea63c2df066ae420d /make-dist
parentd28c4eb95581733d1975bf8ade076d57257fe434 (diff)
downloademacs-690f67fbdd3d8f4591c61cd9afb517b50f3aef2a.tar.gz
Remove AUTHORS and CONTRIBUTE (moved to etc).
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 ce8be92b864..9a9bf0cfc29 100755
--- a/make-dist
+++ b/make-dist
@@ -294,7 +294,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 AUTHORS FTP INSTALL README BUGS CONTRIBUTE move-if-change ${tempdir}
+ln FTP INSTALL README BUGS move-if-change ${tempdir}
ln ChangeLog Makefile.in configure configure.in ${tempdir}
ln config.bat make-dist update-subdirs vpath.sed ${tempdir}
### Copy these files; they're cross-filesystem symlinks.