aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-10-18 01:45:10 +0000
committerRichard M. Stallman1994-10-18 01:45:10 +0000
commit6f8b09f3fb5d1b68410c4ea00c9e5110995c8d1b (patch)
tree76f5744589ce03e7136573fd391edb531f071a01
parent0ccf5d73baa5bd1a2e01af824059ccadd4d5c6d8 (diff)
downloademacs-6f8b09f3fb5d1b68410c4ea00c9e5110995c8d1b.tar.gz
emacs-6f8b09f3fb5d1b68410c4ea00c9e5110995c8d1b.zip
(msdos): PUt sed* in the distribution.
Put update-subdirs and lisp/subdirs.el in the dist.
-rwxr-xr-xmake-dist5
1 files changed, 2 insertions, 3 deletions
diff --git a/make-dist b/make-dist
index 42ad7bd66a5..29c5f7e1065 100755
--- a/make-dist
+++ b/make-dist
@@ -151,7 +151,7 @@ mkdir ${tempdir}
151echo "Making links to top-level files." 151echo "Making links to top-level files."
152ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README BUGS move-if-change ${tempdir} 152ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README BUGS move-if-change ${tempdir}
153ln ChangeLog Makefile.in configure configure.in ${tempdir} 153ln ChangeLog Makefile.in configure configure.in ${tempdir}
154ln config.bat make-dist vpath.sed ${tempdir} 154ln 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.
156cp config.sub ${tempdir} 156cp config.sub ${tempdir}
157cp config.guess ${tempdir} 157cp config.guess ${tempdir}
@@ -186,7 +186,6 @@ echo "Making links to \`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)
@@ -260,7 +259,7 @@ echo "Making links to \`lib-src'."
260echo "Making links to \`msdos'." 259echo "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