Mercurial > emacs
comparison make-dist @ 13445:2e30fc2cbae8
(lisp): Don't distribute site-start.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 10 Nov 1995 06:08:02 +0000 |
parents | 5aaab914fc6b |
children | 34c4ee840e09 |
comparison
equal
deleted
inserted
replaced
13444:17f3f1c1bdf8 | 13445:2e30fc2cbae8 |
---|---|
209 ln ChangeLog Makefile makefile.nt ChangeLog.? README dired.todo ../${tempdir}/lisp | 209 ln ChangeLog Makefile makefile.nt ChangeLog.? README dired.todo ../${tempdir}/lisp |
210 cd ../${tempdir}/lisp | 210 cd ../${tempdir}/lisp |
211 rm -f TAGS =* | 211 rm -f TAGS =* |
212 rm -f site-init site-init.el site-init.elc | 212 rm -f site-init site-init.el site-init.elc |
213 rm -f site-load site-load.el site-load.elc | 213 rm -f site-load site-load.el site-load.elc |
214 rm -f site-start site-start.el site-start.elc | |
214 rm -f default default.el default.elc) | 215 rm -f default default.el default.elc) |
215 | 216 |
216 #echo "Making links to \`lisp/calc-2.02'." | 217 #echo "Making links to \`lisp/calc-2.02'." |
217 #### Don't distribute =*.el files, TAGS or backups. | 218 #### Don't distribute =*.el files, TAGS or backups. |
218 #(cd lisp/calc-2.02 | 219 #(cd lisp/calc-2.02 |