Mercurial > emacs
comparison make-dist @ 3817:e65e33390314
* make-dist (lisp/term): This doesn't have a ChangeLog anymore.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Fri, 18 Jun 1993 00:05:16 +0000 |
parents | cecefb2ab758 |
children | ec5cc4995395 |
comparison
equal
deleted
inserted
replaced
3816:231b935db22c | 3817:e65e33390314 |
---|---|
178 echo "Making links to \`lisp/term'." | 178 echo "Making links to \`lisp/term'." |
179 ### Don't distribute =*.el files or TAGS. | 179 ### Don't distribute =*.el files or TAGS. |
180 (cd lisp/term | 180 (cd lisp/term |
181 ln [a-zA-Z]*.el ../../${tempdir}/lisp/term | 181 ln [a-zA-Z]*.el ../../${tempdir}/lisp/term |
182 ln [a-zA-Z]*.elc ../../${tempdir}/lisp/term | 182 ln [a-zA-Z]*.elc ../../${tempdir}/lisp/term |
183 ln README ChangeLog ../../${tempdir}/lisp/term | 183 ln README ../../${tempdir}/lisp/term |
184 rm -f =* TAGS) | 184 rm -f =* TAGS) |
185 | 185 |
186 echo "Making links to \`lisp/forms-mode'." | 186 echo "Making links to \`lisp/forms-mode'." |
187 (cd lisp/forms-mode | 187 (cd lisp/forms-mode |
188 ln [a-zA-Z]*.el ../../${tempdir}/lisp/forms-mode | 188 ln [a-zA-Z]*.el ../../${tempdir}/lisp/forms-mode |