comparison make-dist @ 9578:35cdd4523abf

(msdos): PUt sed* in the distribution. Put update-subdirs and lisp/subdirs.el in the dist.
author Richard M. Stallman <rms@gnu.org>
date Tue, 18 Oct 1994 01:45:10 +0000
parents 014e2214b8cb
children ee0d90e7720d
comparison
equal deleted inserted replaced
9577:3bf81e215f18 9578:35cdd4523abf
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 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 update-subdirs 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}
159 159
184 ## simula.el doesn't keep abbreviations in simula.defns any more. 184 ## simula.el doesn't keep abbreviations in simula.defns any more.
185 ## ln [a-zA-Z]*.defns ../${tempdir}/lisp 185 ## ln [a-zA-Z]*.defns ../${tempdir}/lisp
186 ln ChangeLog Makefile ChangeLog.? README dired.todo ../${tempdir}/lisp 186 ln ChangeLog Makefile ChangeLog.? README dired.todo ../${tempdir}/lisp
187 cd ../${tempdir}/lisp 187 cd ../${tempdir}/lisp
188 rm -f TAGS =* 188 rm -f TAGS =*
189 rm -f subdirs.el
190 rm -f site-init site-init.el site-init.elc 189 rm -f site-init site-init.el site-init.elc
191 rm -f site-load site-load.el site-load.elc 190 rm -f site-load site-load.el site-load.elc
192 rm -f default default.el default.elc) 191 rm -f default default.el default.elc)
193 192
194 #echo "Making links to \`lisp/calc-2.02'." 193 #echo "Making links to \`lisp/calc-2.02'."
258 rm -f =* TAGS) 257 rm -f =* TAGS)
259 258
260 echo "Making links to \`msdos'." 259 echo "Making links to \`msdos'."
261 (cd msdos 260 (cd msdos
262 ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos 261 ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos
263 ln mainmake sed[1234].inp ../${tempdir}/msdos 262 ln mainmake sed*.inp ../${tempdir}/msdos
264 cd ../${tempdir}/msdos 263 cd ../${tempdir}/msdos
265 rm -f =*) 264 rm -f =*)
266 265
267 echo "Making links to \`oldXMenu'." 266 echo "Making links to \`oldXMenu'."
268 (cd oldXMenu 267 (cd oldXMenu