comparison make-dist @ 33649:96a0426fa611

* make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
author Dave Love <fx@gnu.org>
date Mon, 20 Nov 2000 18:16:46 +0000
parents a020c0f20186
children 3f8e87ac64ab
comparison
equal deleted inserted replaced
33648:12804af3c315 33649:96a0426fa611
279 ### We copy in the top-level files before creating the subdirectories in 279 ### We copy in the top-level files before creating the subdirectories in
280 ### hopes that this will make the top-level files appear first in the 280 ### hopes that this will make the top-level files appear first in the
281 ### tar file; this means that people can start reading the INSTALL and 281 ### tar file; this means that people can start reading the INSTALL and
282 ### README while the rest of the tar file is still unpacking. Whoopee. 282 ### README while the rest of the tar file is still unpacking. Whoopee.
283 echo "Making links to top-level files" 283 echo "Making links to top-level files"
284 ln GETTING.GNU.SOFTWARE INSTALL README BUGS move-if-change ${tempdir} 284 ln FTP INSTALL README BUGS move-if-change ${tempdir}
285 ln ChangeLog Makefile.in configure configure.in aclocal.m4 ${tempdir} 285 ln ChangeLog Makefile.in configure configure.in aclocal.m4 ${tempdir}
286 ln config.bat make-dist update-subdirs vpath.sed ${tempdir} 286 ln config.bat make-dist update-subdirs vpath.sed ${tempdir}
287 ### Copy these files; they're cross-filesystem symlinks. 287 ### Copy these files; they're cross-filesystem symlinks.
288 cp mkinstalldirs ${tempdir} 288 cp mkinstalldirs ${tempdir}
289 cp config.sub ${tempdir} 289 cp config.sub ${tempdir}