Mercurial > emacs
comparison make-dist @ 3564:cecefb2ab758
* make-dist: Add clauses to distribute lisp/forms-mode.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 08 Jun 1993 04:27:18 +0000 |
parents | 3f87ded07a67 |
children | e65e33390314 |
comparison
equal
deleted
inserted
replaced
3563:804e4f30b7ce | 3564:cecefb2ab758 |
---|---|
143 | 143 |
144 | 144 |
145 echo "Creating subdirectories." | 145 echo "Creating subdirectories." |
146 # I think we're not going to distribute anything in external-lisp, so | 146 # I think we're not going to distribute anything in external-lisp, so |
147 # I've removed it from this list. | 147 # I've removed it from this list. |
148 for subdir in lisp lisp/term site-lisp \ | 148 for subdir in lisp lisp/term lisp/forms-mode site-lisp \ |
149 src src/m src/s src/bitmaps lib-src oldXMenu \ | 149 src src/m src/s src/bitmaps lib-src oldXMenu \ |
150 etc lock cpp info man shortnames vms; do | 150 etc lock cpp info man shortnames vms; do |
151 mkdir ${tempdir}/${subdir} | 151 mkdir ${tempdir}/${subdir} |
152 done | 152 done |
153 | 153 |
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 ChangeLog ../../${tempdir}/lisp/term |
184 rm -f =* TAGS) | |
185 | |
186 echo "Making links to \`lisp/forms-mode'." | |
187 (cd lisp/forms-mode | |
188 ln [a-zA-Z]*.el ../../${tempdir}/lisp/forms-mode | |
189 ln [a-zA-Z]*.elc ../../${tempdir}/lisp/forms-mode | |
190 ln forms.README forms-d2.dat ../../${tempdir}/lisp/forms-mode | |
184 rm -f =* TAGS) | 191 rm -f =* TAGS) |
185 | 192 |
186 ### echo "Making links to \`external-lisp'." | 193 ### echo "Making links to \`external-lisp'." |
187 ### ### Don't distribute =*.el files or TAGS. | 194 ### ### Don't distribute =*.el files or TAGS. |
188 ### (cd external-lisp | 195 ### (cd external-lisp |