Mercurial > emacs
comparison make-dist @ 9505:014e2214b8cb
Don't distribute build-ins.in.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 13 Oct 1994 04:03:10 +0000 |
parents | ab020bbb761f |
children | 35cdd4523abf |
comparison
equal
deleted
inserted
replaced
9504:bc422f369d6c | 9505:014e2214b8cb |
---|---|
148 ### hopes that this will make the top-level files appear first in the | 148 ### hopes that this will make the top-level files appear first in the |
149 ### tar file; this means that people can start reading the INSTALL and | 149 ### tar file; this means that people can start reading the INSTALL and |
150 ### README while the rest of the tar file is still unpacking. Whoopee. | 150 ### README while the rest of the tar file is still unpacking. Whoopee. |
151 echo "Making links to top-level files." | 151 echo "Making links to top-level files." |
152 ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README BUGS move-if-change ${tempdir} | 152 ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README BUGS move-if-change ${tempdir} |
153 ln ChangeLog Makefile.in build-ins.in configure configure.in ${tempdir} | 153 ln ChangeLog Makefile.in configure configure.in ${tempdir} |
154 ln config.bat make-dist vpath.sed ${tempdir} | 154 ln config.bat make-dist vpath.sed ${tempdir} |
155 ### Copy these files; they're cross-filesystem symlinks. | 155 ### Copy these files; they're cross-filesystem symlinks. |
156 cp config.sub ${tempdir} | 156 cp config.sub ${tempdir} |
157 cp config.guess ${tempdir} | 157 cp config.guess ${tempdir} |
158 cp install.sh ${tempdir} | 158 cp install.sh ${tempdir} |