aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2007-09-09 11:52:28 +0000
committerJuri Linkov2007-09-09 11:52:28 +0000
commit8570c20704e5716c0a70795d2f58f4dd50c7bd22 (patch)
tree94bdba3596cd792d89987458d42f21b00ea968d7
parentceaee230f900dcd25f6fe96f06b8c595fb6f892b (diff)
downloademacs-8570c20704e5716c0a70795d2f58f4dd50c7bd22.tar.gz
emacs-8570c20704e5716c0a70795d2f58f4dd50c7bd22.zip
Remove AUTHORS and CONTRIBUTE (moved to etc).
-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}
294### tar file; this means that people can start reading the INSTALL and 294### tar file; this means that people can start reading the INSTALL and
295### README while the rest of the tar file is still unpacking. Whoopee. 295### README while the rest of the tar file is still unpacking. Whoopee.
296echo "Making links to top-level files" 296echo "Making links to top-level files"
297ln AUTHORS FTP INSTALL README BUGS CONTRIBUTE move-if-change ${tempdir} 297ln FTP INSTALL README BUGS move-if-change ${tempdir}
298ln ChangeLog Makefile.in configure configure.in ${tempdir} 298ln ChangeLog Makefile.in configure configure.in ${tempdir}
299ln config.bat make-dist update-subdirs vpath.sed ${tempdir} 299ln config.bat make-dist update-subdirs vpath.sed ${tempdir}
300### Copy these files; they're cross-filesystem symlinks. 300### Copy these files; they're cross-filesystem symlinks.