Mercurial > emacs
comparison make-dist @ 4018:43a30cb1b170
* make-dist (tempdir): Don't create lisp/forms-mode directory in
the distribution. Those files aren't kept in their own
subdirectory any more.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Wed, 07 Jul 1993 09:58:18 +0000 |
parents | ec5cc4995395 |
children | c720be6f3fae |
comparison
equal
deleted
inserted
replaced
4017:3a16b66a26d9 | 4018:43a30cb1b170 |
---|---|
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 lisp/forms-mode site-lisp \ | 148 for subdir in lisp lisp/term 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 |