]> git.eshelyaron.com Git - emacs.git/commitdiff
(top-level): Add CONTRIBUTE.
authorRomain Francoise <romain@orebokech.com>
Wed, 5 Jul 2006 06:42:27 +0000 (06:42 +0000)
committerRomain Francoise <romain@orebokech.com>
Wed, 5 Jul 2006 06:42:27 +0000 (06:42 +0000)
ChangeLog
make-dist

index 304a33f998fec6dc99f32749cc9dfc467d6bb4b3..65f9a22367b051e69fd6d6f4ced5a03faa9760ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-07-05  Romain Francoise  <romain@orebokech.com>
+
+       * make-dist (top-level): Add CONTRIBUTE.
+
 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
 
        * CONTRIBUTE: New file.
index ac23fcfa820e1aa1b46187be151e29513972be32..70063c221641b5e0992a87feb338ee2f4b4e73d5 100755 (executable)
--- 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.