Changeset 4196 for trunk/make-dist

Show
Ignore:
Timestamp:
03/21/07 09:51:40 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/make-dist

    r4190 r4196  
    559559(cd oldXMenu 
    560560 ln *.c *.h *.in ../${tempdir}/oldXMenu 
    561  ln README Imakefile ChangeLog ../${tempdir}/oldXMenu 
     561 ln README ChangeLog ../${tempdir}/oldXMenu 
    562562 ln compile.com descrip.mms ../${tempdir}/oldXMenu) 
    563563 
     
    604604echo "Making links to \`etc/images'" 
    605605(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 
    607607   if [ -f $img ]; then 
    608608     ln $img ../../${tempdir}/etc/images