(top-level): Add CONTRIBUTE.

This commit is contained in:
Romain Francoise 2006-07-05 06:42:27 +00:00
parent 5693ccd6c0
commit 98f46e1b42
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -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.