Mercurial > emacs
comparison make-dist @ 71623:ef43d43a40be
(top-level): Add CONTRIBUTE.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Wed, 05 Jul 2006 06:42:27 +0000 |
parents | b99080e25b28 |
children | 81a55a7dc3c3 138ce2701550 |
comparison
equal
deleted
inserted
replaced
71622:ff83cf26994e | 71623:ef43d43a40be |
---|---|
288 ### We copy in the top-level files before creating the subdirectories in | 288 ### We copy in the top-level files before creating the subdirectories in |
289 ### hopes that this will make the top-level files appear first in the | 289 ### hopes that this will make the top-level files appear first in the |
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. |
297 cp mkinstalldirs ${tempdir} | 297 cp mkinstalldirs ${tempdir} |
298 cp config.sub ${tempdir} | 298 cp config.sub ${tempdir} |