Mercurial > emacs
comparison make-dist @ 2368:ff45a6d7b464
* make-dist: Distribute lisp/term/ChangeLog.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 25 Mar 1993 04:58:09 +0000 |
parents | 368fe26e6f33 |
children | 7ba321c5b44d |
comparison
equal
deleted
inserted
replaced
2367:df7de9403e02 | 2368:ff45a6d7b464 |
---|---|
141 echo "Making links to \`lisp/term'." | 141 echo "Making links to \`lisp/term'." |
142 ### Don't distribute =*.el files or TAGS. | 142 ### Don't distribute =*.el files or TAGS. |
143 (cd lisp/term | 143 (cd lisp/term |
144 ln [a-zA-Z]*.el ../../${tempdir}/lisp/term | 144 ln [a-zA-Z]*.el ../../${tempdir}/lisp/term |
145 ln [a-zA-Z]*.elc ../../${tempdir}/lisp/term | 145 ln [a-zA-Z]*.elc ../../${tempdir}/lisp/term |
146 ln README ../../${tempdir}/lisp/term | 146 ln README ChangeLog ../../${tempdir}/lisp/term |
147 rm -f =* TAGS) | 147 rm -f =* TAGS) |
148 | 148 |
149 ### echo "Making links to \`external-lisp'." | 149 ### echo "Making links to \`external-lisp'." |
150 ### ### Don't distribute =*.el files or TAGS. | 150 ### ### Don't distribute =*.el files or TAGS. |
151 ### (cd external-lisp | 151 ### (cd external-lisp |