comparison make-dist @ 31916:7b81c864cccf

Adapt to the change of leim/Makefile which was necessary to ensure a reasonably working `make dist'.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 26 Sep 2000 19:22:44 +0000
parents 422e0ad3418f
children a020c0f20186
comparison
equal deleted inserted replaced
31915:eaafef7276f2 31916:7b81c864cccf
307 etc etc/e lock info man msdos vms; do 307 etc etc/e lock info man msdos vms; do
308 mkdir ${tempdir}/${subdir} 308 mkdir ${tempdir}/${subdir}
309 done 309 done
310 310
311 echo "Initializing \`leim' subdirectory" 311 echo "Initializing \`leim' subdirectory"
312 cp leim/Makefile.in ${tempdir}/leim 312 cp noleim-Makefile.in ${tempdir}/leim/Makefile.in
313 313
314 echo "Making links to \`lisp' and its subdirectories" 314 echo "Making links to \`lisp' and its subdirectories"
315 ### Don't distribute TAGS, =*.el files, site-init.el, site-load.el, or default.el. 315 ### Don't distribute TAGS, =*.el files, site-init.el, site-load.el, or default.el.
316 (cd lisp 316 (cd lisp
317 ln [a-zA-Z]*.el ../${tempdir}/lisp 317 ln [a-zA-Z]*.el ../${tempdir}/lisp
318 ln [a-zA-Z]*.elc ../${tempdir}/lisp 318 ln [a-zA-Z]*.elc ../${tempdir}/lisp
319 ln [a-zA-Z]*.dat ../${tempdir}/lisp 319 ln [a-zA-Z]*.dat ../${tempdir}/lisp
320 for img in [a-zA-Z]*.xpm [a-zA-Z]*.xbm; do 320 for img in [a-zA-Z]*.xpm [a-zA-Z]*.xbm [a-zA-Z]*.pbm; do
321 # If there are no images, the shell won't expand the pattern. 321 # If there are no images, the shell won't expand the pattern.
322 if [ -f $img ]; then 322 if [ -f $img ]; then
323 ln $img ../${tempdir}/lisp 323 ln $img ../${tempdir}/lisp
324 fi 324 fi
325 done 325 done
374 374
375 ln CXTERM-DIC/*.tit ../${tempdir}/real-leim/CXTERM-DIC 375 ln CXTERM-DIC/*.tit ../${tempdir}/real-leim/CXTERM-DIC
376 ln SKK-DIC/README SKK-DIC/SKK-JISYO.L ../${tempdir}/real-leim/SKK-DIC 376 ln SKK-DIC/README SKK-DIC/SKK-JISYO.L ../${tempdir}/real-leim/SKK-DIC
377 ln ja-dic/*.el ja-dic/*.elc ../${tempdir}/real-leim/ja-dic 377 ln ja-dic/*.el ja-dic/*.elc ../${tempdir}/real-leim/ja-dic
378 ln quail/*.el quail/*.elc ../${tempdir}/real-leim/quail 378 ln quail/*.el quail/*.elc ../${tempdir}/real-leim/quail
379 379 ln Makefile.in ../${tempdir}/real-leim/Makefile.in
380 cp ../leim-Makefile.in ../${tempdir}/real-leim/Makefile.in
381 380
382 cd ../${tempdir}/real-leim 381 cd ../${tempdir}/real-leim
383 rm -f TAGS =* */=*) 382 rm -f TAGS =* */=*)
384 383
385 ### Move the real-leim directory outside of Emacs proper. 384 ### Move the real-leim directory outside of Emacs proper.