comparison make-dist @ 5028:d7ca9a9d179e

Use build-ins.in, not build-install.in. Don't bother updating TAGS since it's not included.
author Richard M. Stallman <rms@gnu.org>
date Mon, 15 Nov 1993 10:10:52 +0000
parents 80fde3ca486e
children b4ed97a59663
comparison
equal deleted inserted replaced
5027:38980ea73075 5028:d7ca9a9d179e
125 ### hopes that this will make the top-level files appear first in the 125 ### hopes that this will make the top-level files appear first in the
126 ### tar file; this means that people can start reading the INSTALL and 126 ### tar file; this means that people can start reading the INSTALL and
127 ### README while the rest of the tar file is still unpacking. Whoopee. 127 ### README while the rest of the tar file is still unpacking. Whoopee.
128 echo "Making links to top-level files." 128 echo "Making links to top-level files."
129 ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change ${tempdir} 129 ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change ${tempdir}
130 ln ChangeLog Makefile.in build-install.in configure configure.in ${tempdir} 130 ln ChangeLog Makefile.in build-ins.in configure configure.in ${tempdir}
131 ln make-dist vpath.sed ${tempdir} 131 ln make-dist vpath.sed ${tempdir}
132 ### Copy config.guess and config.sub; they're cross-filesystem symlinks. 132 ### Copy config.guess and config.sub; they're cross-filesystem symlinks.
133 cp config.sub ${tempdir} 133 cp config.sub ${tempdir}
134 cp config.guess ${tempdir} 134 cp config.guess ${tempdir}
135 135
206 ../${tempdir}/src 206 ../${tempdir}/src
207 ln .gdbinit .dbxinit ../${tempdir}/src 207 ln .gdbinit .dbxinit ../${tempdir}/src
208 ln *.opt vms-pp.trans ../${tempdir}/src 208 ln *.opt vms-pp.trans ../${tempdir}/src
209 cd ../${tempdir}/src 209 cd ../${tempdir}/src
210 rm -f config.h paths.h Makefile 210 rm -f config.h paths.h Makefile
211 if [ -z "${newer}" ]; then
212 etags *.h *.c ../lisp/*.el
213 fi
214 rm -f =* TAGS) 211 rm -f =* TAGS)
215 212
216 echo "Making links to \`src/bitmaps'." 213 echo "Making links to \`src/bitmaps'."
217 (cd src/bitmaps 214 (cd src/bitmaps
218 ln README *.xbm ../../${tempdir}/src/bitmaps) 215 ln README *.xbm ../../${tempdir}/src/bitmaps)