comparison make-dist @ 76171:69151e6e8613

(oldXMenu): Remove Imakefile. (etc/images): Add README.
author Glenn Morris <rgm@gnu.org>
date Tue, 27 Feb 2007 02:57:47 +0000
parents 3d45362f1d38
children 4b9e26bc6f59 ec58e5c426ef
comparison
equal deleted inserted replaced
76170:365a8de87f1f 76171:69151e6e8613
556 rm -f =*) 556 rm -f =*)
557 557
558 echo "Making links to \`oldXMenu'" 558 echo "Making links to \`oldXMenu'"
559 (cd oldXMenu 559 (cd oldXMenu
560 ln *.c *.h *.in ../${tempdir}/oldXMenu 560 ln *.c *.h *.in ../${tempdir}/oldXMenu
561 ln README Imakefile ChangeLog ../${tempdir}/oldXMenu 561 ln README ChangeLog ../${tempdir}/oldXMenu
562 ln compile.com descrip.mms ../${tempdir}/oldXMenu) 562 ln compile.com descrip.mms ../${tempdir}/oldXMenu)
563 563
564 echo "Making links to \`lwlib'" 564 echo "Making links to \`lwlib'"
565 (cd lwlib 565 (cd lwlib
566 ln *.c *.h *.in ../${tempdir}/lwlib 566 ln *.c *.h *.in ../${tempdir}/lwlib
601 cd ../../${tempdir}/etc/e 601 cd ../../${tempdir}/etc/e
602 rm -f *~ \#*\# *,v =* core) 602 rm -f *~ \#*\# *,v =* core)
603 603
604 echo "Making links to \`etc/images'" 604 echo "Making links to \`etc/images'"
605 (cd etc/images 605 (cd etc/images
606 for img in [a-zA-Z]*.xpm [a-zA-Z]*.xbm [a-zA-Z]*.pbm; do 606 for img in README [a-zA-Z]*.xpm [a-zA-Z]*.xbm [a-zA-Z]*.pbm; do
607 if [ -f $img ]; then 607 if [ -f $img ]; then
608 ln $img ../../${tempdir}/etc/images 608 ln $img ../../${tempdir}/etc/images
609 fi 609 fi
610 done) 610 done)
611 611