Mercurial > emacs
comparison make-dist @ 84411:76889be19a75
Remove AUTHORS and CONTRIBUTE (moved to etc).
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sun, 09 Sep 2007 11:52:28 +0000 |
parents | 786ae2b7b452 |
children | 6fa9e8761256 |
comparison
equal
deleted
inserted
replaced
84410:07e464d63e3b | 84411:76889be19a75 |
---|---|
292 ### We copy in the top-level files before creating the subdirectories in | 292 ### We copy in the top-level files before creating the subdirectories in |
293 ### hopes that this will make the top-level files appear first in the | 293 ### hopes that this will make the top-level files appear first in the |
294 ### tar file; this means that people can start reading the INSTALL and | 294 ### tar file; this means that people can start reading the INSTALL and |
295 ### README while the rest of the tar file is still unpacking. Whoopee. | 295 ### README while the rest of the tar file is still unpacking. Whoopee. |
296 echo "Making links to top-level files" | 296 echo "Making links to top-level files" |
297 ln AUTHORS FTP INSTALL README BUGS CONTRIBUTE move-if-change ${tempdir} | 297 ln FTP INSTALL README BUGS move-if-change ${tempdir} |
298 ln ChangeLog Makefile.in configure configure.in ${tempdir} | 298 ln ChangeLog Makefile.in configure configure.in ${tempdir} |
299 ln config.bat make-dist update-subdirs vpath.sed ${tempdir} | 299 ln config.bat make-dist update-subdirs vpath.sed ${tempdir} |
300 ### Copy these files; they're cross-filesystem symlinks. | 300 ### Copy these files; they're cross-filesystem symlinks. |
301 cp mkinstalldirs ${tempdir} | 301 cp mkinstalldirs ${tempdir} |
302 cp config.sub ${tempdir} | 302 cp config.sub ${tempdir} |