comparison make-dist @ 18817:4a53a2477850

Arrange for the leim tar file to unpack in emacs-M.N/leim.
author Richard M. Stallman <rms@gnu.org>
date Wed, 16 Jul 1997 04:55:54 +0000
parents 7113c3fe2d3a
children 13688b320903
comparison
equal deleted inserted replaced
18816:92913b38a478 18817:4a53a2477850
313 313
314 cd ../${tempdir}/real-leim 314 cd ../${tempdir}/real-leim
315 rm -f TAGS =* */=*) 315 rm -f TAGS =* */=*)
316 316
317 ### Move the real-leim directory outside of Emacs proper. 317 ### Move the real-leim directory outside of Emacs proper.
318 (cd ${tempparent}; mv ${emacsname}/real-leim ${emacsname}-leim) 318 (cd ${tempparent}
319 mkdir ${emacsname}-leim
320 mkdir ${emacsname}-leim/${emacsname}
321 mv ${emacsname}/real-leim ${emacsname}-leim/${emacsname}/leim)
319 322
320 echo "Making links to \`src'" 323 echo "Making links to \`src'"
321 ### Don't distribute =*.[ch] files, or the configured versions of 324 ### Don't distribute =*.[ch] files, or the configured versions of
322 ### config.in, paths.in, or Makefile.in, or TAGS. 325 ### config.in, paths.in, or Makefile.in, or TAGS.
323 (cd src 326 (cd src
547 esac 550 esac
548 echo "Creating tar files" 551 echo "Creating tar files"
549 (cd ${tempparent} ; tar cvf - ${emacsname} ) \ 552 (cd ${tempparent} ; tar cvf - ${emacsname} ) \
550 | ${default_gzip} \ 553 | ${default_gzip} \
551 > ${emacsname}.tar${gzip_extension} 554 > ${emacsname}.tar${gzip_extension}
552 (cd ${tempparent} ; tar cvf - ${emacsname}-leim ) \ 555 (cd ${tempparent}/${emacsname}-leim ; tar cvf - ${emacsname} ) \
553 | ${default_gzip} \ 556 | ${default_gzip} \
554 > ${emacsname}-leim.tar${gzip_extension} 557 > ${emacsname}-leim.tar${gzip_extension}
555 fi 558 fi
556 559
557 if [ "${clean_up}" = yes ]; then 560 if [ "${clean_up}" = yes ]; then