diff options
author | Juri Linkov <juri@jurta.org> | 2007-09-09 11:52:28 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2007-09-09 11:52:28 +0000 |
commit | 8570c20704e5716c0a70795d2f58f4dd50c7bd22 (patch) | |
tree | 94bdba3596cd792d89987458d42f21b00ea968d7 /make-dist | |
parent | ceaee230f900dcd25f6fe96f06b8c595fb6f892b (diff) | |
download | emacs-8570c20704e5716c0a70795d2f58f4dd50c7bd22.tar.gz |
Remove AUTHORS and CONTRIBUTE (moved to etc).
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 2 |
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. |