Mercurial > emacs
comparison make-dist @ 17138:b29d903ca993
Make links for files under lisp/language.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 05 Mar 1997 10:52:03 +0000 |
parents | 9694822642a7 |
children | 55e7f9ff6456 |
comparison
equal
deleted
inserted
replaced
17137:bd8d38879c97 | 17138:b29d903ca993 |
---|---|
223 version=${version} README > tmp.README | 223 version=${version} README > tmp.README |
224 mv tmp.README README) | 224 mv tmp.README README) |
225 | 225 |
226 | 226 |
227 echo "Creating subdirectories" | 227 echo "Creating subdirectories" |
228 for subdir in lisp lisp/term site-lisp \ | 228 for subdir in lisp lisp/term lisp/language site-lisp \ |
229 src src/m src/s src/bitmaps lib-src oldXMenu lwlib \ | 229 src src/m src/s src/bitmaps lib-src oldXMenu lwlib \ |
230 nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet \ | 230 nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet \ |
231 etc etc/e lock cpp info man msdos vms; do | 231 etc etc/e lock cpp info man msdos vms; do |
232 mkdir ${tempdir}/${subdir} | 232 mkdir ${tempdir}/${subdir} |
233 done | 233 done |
263 ### Don't distribute =*.el files or TAGS. | 263 ### Don't distribute =*.el files or TAGS. |
264 (cd lisp/term | 264 (cd lisp/term |
265 ln [a-zA-Z]*.el ../../${tempdir}/lisp/term | 265 ln [a-zA-Z]*.el ../../${tempdir}/lisp/term |
266 ln [a-zA-Z]*.elc ../../${tempdir}/lisp/term | 266 ln [a-zA-Z]*.elc ../../${tempdir}/lisp/term |
267 ln README ../../${tempdir}/lisp/term | 267 ln README ../../${tempdir}/lisp/term |
268 rm -f =* TAGS) | |
269 | |
270 echo "Making links to \`lisp/term'" | |
271 ### Don't distribute =*.el files or TAGS. | |
272 (cd lisp/language | |
273 ln [a-zA-Z]*.el ../../${tempdir}/lisp/language | |
274 ln [a-zA-Z]*.elc ../../${tempdir}/lisp/language | |
268 rm -f =* TAGS) | 275 rm -f =* TAGS) |
269 | 276 |
270 echo "Making links to \`src'" | 277 echo "Making links to \`src'" |
271 ### Don't distribute =*.[ch] files, or the configured versions of | 278 ### Don't distribute =*.[ch] files, or the configured versions of |
272 ### config.in, paths.in, or Makefile.in, or TAGS. | 279 ### config.in, paths.in, or Makefile.in, or TAGS. |