aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Francoise2006-07-05 06:42:27 +0000
committerRomain Francoise2006-07-05 06:42:27 +0000
commit98f46e1b427d3f549933e3e122c046f292179cfa (patch)
tree1217e5331c154ca903a1694764936954e0fe7626
parent5693ccd6c0f02157e137cad04076e987eae25326 (diff)
downloademacs-98f46e1b427d3f549933e3e122c046f292179cfa.tar.gz
emacs-98f46e1b427d3f549933e3e122c046f292179cfa.zip
(top-level): Add CONTRIBUTE.
-rw-r--r--ChangeLog4
-rwxr-xr-xmake-dist2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 304a33f998f..65f9a22367b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12006-07-05 Romain Francoise <romain@orebokech.com>
2
3 * make-dist (top-level): Add CONTRIBUTE.
4
12006-07-04 Nick Roberts <nickrob@snap.net.nz> 52006-07-04 Nick Roberts <nickrob@snap.net.nz>
2 6
3 * CONTRIBUTE: New file. 7 * CONTRIBUTE: New file.
diff --git a/make-dist b/make-dist
index ac23fcfa820..70063c22164 100755
--- a/make-dist
+++ b/make-dist
@@ -290,7 +290,7 @@ mkdir ${tempdir}
290### tar file; this means that people can start reading the INSTALL and 290### tar file; this means that people can start reading the INSTALL and
291### README while the rest of the tar file is still unpacking. Whoopee. 291### README while the rest of the tar file is still unpacking. Whoopee.
292echo "Making links to top-level files" 292echo "Making links to top-level files"
293ln AUTHORS FTP INSTALL README BUGS move-if-change ${tempdir} 293ln AUTHORS FTP INSTALL README BUGS CONTRIBUTE move-if-change ${tempdir}
294ln ChangeLog Makefile.in configure configure.in ${tempdir} 294ln ChangeLog Makefile.in configure configure.in ${tempdir}
295ln config.bat make-dist update-subdirs vpath.sed ${tempdir} 295ln config.bat make-dist update-subdirs vpath.sed ${tempdir}
296### Copy these files; they're cross-filesystem symlinks. 296### Copy these files; they're cross-filesystem symlinks.