diff options
author | Romain Francoise <romain@orebokech.com> | 2006-07-05 06:42:27 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2006-07-05 06:42:27 +0000 |
commit | 98f46e1b427d3f549933e3e122c046f292179cfa (patch) | |
tree | 1217e5331c154ca903a1694764936954e0fe7626 /make-dist | |
parent | 5693ccd6c0f02157e137cad04076e987eae25326 (diff) | |
download | emacs-98f46e1b427d3f549933e3e122c046f292179cfa.tar.gz |
(top-level): Add CONTRIBUTE.
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 ac23fcfa820..70063c22164 100755 --- a/make-dist +++ b/make-dist @@ -290,7 +290,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 move-if-change ${tempdir} +ln AUTHORS FTP INSTALL README BUGS CONTRIBUTE 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. |