comparison make-dist @ 7883:cba3121c44b7

Put ./BUGS into the distrib.
author Richard M. Stallman <rms@gnu.org>
date Tue, 14 Jun 1994 14:51:19 +0000
parents 6191acd134b6
children bd5b4c5dda7f
comparison
equal deleted inserted replaced
7882:b91169855db4 7883:cba3121c44b7
138 ### We copy in the top-level files before creating the subdirectories in 138 ### We copy in the top-level files before creating the subdirectories in
139 ### hopes that this will make the top-level files appear first in the 139 ### hopes that this will make the top-level files appear first in the
140 ### tar file; this means that people can start reading the INSTALL and 140 ### tar file; this means that people can start reading the INSTALL and
141 ### README while the rest of the tar file is still unpacking. Whoopee. 141 ### README while the rest of the tar file is still unpacking. Whoopee.
142 echo "Making links to top-level files." 142 echo "Making links to top-level files."
143 ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change ${tempdir} 143 ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README BUGS move-if-change ${tempdir}
144 ln ChangeLog Makefile.in build-ins.in configure configure.in ${tempdir} 144 ln ChangeLog Makefile.in build-ins.in configure configure.in ${tempdir}
145 ln config.bat make-dist vpath.sed ${tempdir} 145 ln config.bat make-dist vpath.sed ${tempdir}
146 ### Copy these files; they're cross-filesystem symlinks. 146 ### Copy these files; they're cross-filesystem symlinks.
147 cp config.sub ${tempdir} 147 cp config.sub ${tempdir}
148 cp config.guess ${tempdir} 148 cp config.guess ${tempdir}