Mercurial > emacs
comparison make-dist @ 4318:15c60018d647
* make-dist: Include lisp/dired.todo in the distribution.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 27 Jul 1993 23:43:56 +0000 |
parents | c720be6f3fae |
children | f1fa60176c8d |
comparison
equal
deleted
inserted
replaced
4317:267b027a8692 | 4318:15c60018d647 |
---|---|
157 ln [a-zA-Z]*.el ../${tempdir}/lisp | 157 ln [a-zA-Z]*.el ../${tempdir}/lisp |
158 ln [a-zA-Z]*.elc ../${tempdir}/lisp | 158 ln [a-zA-Z]*.elc ../${tempdir}/lisp |
159 ln [a-zA-Z]*.dat forms.README ../${tempdir}/lisp | 159 ln [a-zA-Z]*.dat forms.README ../${tempdir}/lisp |
160 ## simula.el doesn't keep abbreviations in simula.defns any more. | 160 ## simula.el doesn't keep abbreviations in simula.defns any more. |
161 ## ln [a-zA-Z]*.defns ../${tempdir}/lisp | 161 ## ln [a-zA-Z]*.defns ../${tempdir}/lisp |
162 ln ChangeLog README ../${tempdir}/lisp | 162 ln ChangeLog README dired.todo ../${tempdir}/lisp |
163 cd ../${tempdir}/lisp | 163 cd ../${tempdir}/lisp |
164 rm -f TAGS =* | 164 rm -f TAGS =* |
165 rm -f site-init site-init.el site-init.elc | 165 rm -f site-init site-init.el site-init.elc |
166 rm -f site-load site-load.el site-load.elc | 166 rm -f site-load site-load.el site-load.elc |
167 rm -f default default.el default.elc) | 167 rm -f default default.el default.elc) |