Changeset 3207 for trunk/make-dist

Show
Ignore:
Timestamp:
12/28/03 22:47:28 (5 years ago)
Author:
miyoshi
Message:

Sync up with Emacs-21.2.

Files:

Legend:

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

    r55 r3207  
    151151if [ $update = yes ]; 
    152152then 
    153   if grep -s "GNU Emacs version ${shortversion}" ./man/emacs.texi > /dev/null; then 
     153  if grep -s "@set EMACSVER  *${shortversion}" ./man/emacs.texi > /dev/null; then 
    154154    true 
    155155  else 
     
    232232 
    233233### Make sure configure is newer than configure.in. 
    234 if [ "x`ls -t configure configure.in | head -1`" != "xconfigure" ]; then 
     234if [ "x`ls -t configure configure.in | sed q`" != "xconfigure" ]; then 
    235235  echo "\`./configure.in' is newer than \`./configure'" >&2 
    236236  echo "Running autoconf" >&2 
     
    267267  fi 
    268268 done 
    269  head -1 $files | grep '^;' | sed -e 's/;;; //' | sort > MANIFEST) 
     269 for file in $files 
     270 do sed -n 's/^;;; //p; q' $file 
     271 done | sort > MANIFEST) 
    270272 
    271273echo "Creating staging directory: \`${tempparent}'" 
     
    288290### README while the rest of the tar file is still unpacking.  Whoopee. 
    289291echo "Making links to top-level files" 
    290 ln FTP INSTALL README BUGS move-if-change ${tempdir} 
     292ln AUTHORS FTP INSTALL README BUGS move-if-change ${tempdir} 
    291293ln ChangeLog Makefile.in configure configure.in aclocal.m4 ${tempdir} 
    292294ln config.bat make-dist update-subdirs vpath.sed ${tempdir} 
     
    383385   fi 
    384386 done ) 
     387 
     388### Don't distribute an empty calc directory, present due to CVS 
     389### misfeatures. 
     390 (cd ./${tempdir}/lisp 
     391  rm -rf calc 
     392 ) 
    385393 
    386394echo "Making links to \`leim' and its subdirectories for the LEIM distribution"