diff options
| author | Romain Francoise | 2006-07-05 06:42:27 +0000 |
|---|---|---|
| committer | Romain Francoise | 2006-07-05 06:42:27 +0000 |
| commit | 98f46e1b427d3f549933e3e122c046f292179cfa (patch) | |
| tree | 1217e5331c154ca903a1694764936954e0fe7626 | |
| parent | 5693ccd6c0f02157e137cad04076e987eae25326 (diff) | |
| download | emacs-98f46e1b427d3f549933e3e122c046f292179cfa.tar.gz emacs-98f46e1b427d3f549933e3e122c046f292179cfa.zip | |
(top-level): Add CONTRIBUTE.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | make-dist | 2 |
2 files changed, 5 insertions, 1 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-07-05 Romain Francoise <romain@orebokech.com> | ||
| 2 | |||
| 3 | * make-dist (top-level): Add CONTRIBUTE. | ||
| 4 | |||
| 1 | 2006-07-04 Nick Roberts <nickrob@snap.net.nz> | 5 | 2006-07-04 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 6 | ||
| 3 | * CONTRIBUTE: New file. | 7 | * CONTRIBUTE: New file. |
| @@ -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. |
| 292 | echo "Making links to top-level files" | 292 | echo "Making links to top-level files" |
| 293 | ln AUTHORS FTP INSTALL README BUGS move-if-change ${tempdir} | 293 | ln AUTHORS FTP INSTALL README BUGS CONTRIBUTE move-if-change ${tempdir} |
| 294 | ln ChangeLog Makefile.in configure configure.in ${tempdir} | 294 | ln ChangeLog Makefile.in configure configure.in ${tempdir} |
| 295 | ln config.bat make-dist update-subdirs vpath.sed ${tempdir} | 295 | ln 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. |