/[emacs]/emacs/make-dist
ViewVC logotype

Diff of /emacs/make-dist

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.211 by lute, Thu Apr 14 08:40:39 2005 UTC revision 1.212 by eliz, Sat May 7 15:28:12 2005 UTC
# Line 321  for subdir in lisp site-lisp lispref lis Line 321  for subdir in lisp site-lisp lispref lis
321                leim/SKK-DIC leim/ja-dic leim/quail \                leim/SKK-DIC leim/ja-dic leim/quail \
322                src src/m src/s src/bitmaps lib-src oldXMenu lwlib \                src src/m src/s src/bitmaps lib-src oldXMenu lwlib \
323                nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \                nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \
324                etc etc/e info man msdos vms mac mac/inc mac/inc/sys \                etc etc/e etc/images etc/images/gnus etc/images/smilies \
325                  etc/tree-widget etc/tree-widget/default etc/tree-widget/folder \
326                  info man msdos vms mac mac/inc mac/inc/sys \
327                mac/src mac/Emacs.app mac/Emacs.app/Contents \                mac/src mac/Emacs.app mac/Emacs.app/Contents \
328                mac/Emacs.app/Contents/MacOS mac/Emacs.app/Contents/Resources \                mac/Emacs.app/Contents/MacOS mac/Emacs.app/Contents/Resources \
329                mac/Emacs.app/Contents/Resources/English.lproj                mac/Emacs.app/Contents/Resources/English.lproj
# Line 349  echo "Making links to \`lisp' and its su Line 351  echo "Making links to \`lisp' and its su
351   test -f README && ln README ../${tempdir}/lisp   test -f README && ln README ../${tempdir}/lisp
352   (cd ../${tempdir}/lisp   (cd ../${tempdir}/lisp
353    rm -f TAGS =*    rm -f TAGS =*
   rm -f ldefs-boot.el  
354    rm -f site-init site-init.el site-init.elc    rm -f site-init site-init.el site-init.elc
355    rm -f site-load site-load.el site-load.elc    rm -f site-load site-load.el site-load.elc
356    rm -f site-start site-start.el site-start.elc    rm -f site-start site-start.el site-start.elc
# Line 396  echo "Making links to \`lisp' and its su Line 397  echo "Making links to \`lisp' and its su
397  echo "Making links to \`leim' and its subdirectories"  echo "Making links to \`leim' and its subdirectories"
398  ### Don't distribute TAGS, or =*.el files.  ### Don't distribute TAGS, or =*.el files.
399  (cd leim  (cd leim
400   ln makefile.nt makefile.w32-in ../${tempdir}/leim   ln makefile.w32-in ../${tempdir}/leim
401   ln ChangeLog README ../${tempdir}/leim   ln ChangeLog README ../${tempdir}/leim
402    
403   ln CXTERM-DIC/*.tit ../${tempdir}/leim/CXTERM-DIC   ln CXTERM-DIC/*.tit ../${tempdir}/leim/CXTERM-DIC
# Line 443  echo "Making links to \`src'" Line 444  echo "Making links to \`src'"
444     fi     fi
445   done   done
446   ln README ChangeLog ChangeLog.*[0-9] ../${tempdir}/src   ln README ChangeLog ChangeLog.*[0-9] ../${tempdir}/src
447   ln makefile.nt makefile.w32-in ../${tempdir}/src   ln makefile.w32-in ../${tempdir}/src
448   ln .gdbinit .dbxinit ../${tempdir}/src   ln .gdbinit .dbxinit ../${tempdir}/src
449   cd ../${tempdir}/src   cd ../${tempdir}/src
450   rm -f config.h epaths.h Makefile Makefile.c   rm -f config.h epaths.h Makefile Makefile.c
# Line 466  echo "Making links to \`lib-src'" Line 467  echo "Making links to \`lib-src'"
467  (cd lib-src  (cd lib-src
468   ln [a-zA-Z]*.[chy] ../${tempdir}/lib-src   ln [a-zA-Z]*.[chy] ../${tempdir}/lib-src
469   ln ChangeLog Makefile.in README testfile vcdiff ../${tempdir}/lib-src   ln ChangeLog Makefile.in README testfile vcdiff ../${tempdir}/lib-src
470   ln grep-changelog rcs2log rcs-checkin makefile.nt ../${tempdir}/lib-src   ln grep-changelog rcs2log rcs-checkin ../${tempdir}/lib-src
471   ln makefile.w32-in ../${tempdir}/lib-src   ln makefile.w32-in ../${tempdir}/lib-src
472   ## If we ended up with a symlink, or if we did not get anything   ## If we ended up with a symlink, or if we did not get anything
473   ## due to a cross-device symlink, copy the file.   ## due to a cross-device symlink, copy the file.
# Line 492  echo "Making links to \`nt'" Line 493  echo "Making links to \`nt'"
493  (cd nt  (cd nt
494   ln emacs.rc config.nt [a-z]*.c ../${tempdir}/nt   ln emacs.rc config.nt [a-z]*.c ../${tempdir}/nt
495   ln nmake.defs gmake.defs subdirs.el ../${tempdir}/nt   ln nmake.defs gmake.defs subdirs.el ../${tempdir}/nt
496   ln [a-z]*.bat [a-z]*.h makefile.def makefile.nt ../${tempdir}/nt   ln [a-z]*.bat [a-z]*.h ../${tempdir}/nt
497   ln ChangeLog INSTALL README makefile.w32-in ../${tempdir}/nt)   ln ChangeLog INSTALL README makefile.w32-in ../${tempdir}/nt)
498    
499  echo "Making links to \`nt/inc'"  echo "Making links to \`nt/inc'"
# Line 563  echo "Making links to \`etc'" Line 564  echo "Making links to \`etc'"
564  ### tex litter.  ### tex litter.
565  ### Don't distribute gfdl.1, since no man page references it.  ### Don't distribute gfdl.1, since no man page references it.
566  (cd etc  (cd etc
567   files=`ls -d * | grep -v CVS | grep -v RCS | grep -v 'Old' | grep -v '^e$'`   files=`ls -d * | grep -v CVS | grep -v RCS | grep -v 'Old' | grep -v '^e$' \
568            | grep -v '^images$' | grep -v '^tree-widget$'`
569   ln $files ../${tempdir}/etc   ln $files ../${tempdir}/etc
570   ## If we ended up with a symlink, or if we did not get anything   ## If we ended up with a symlink, or if we did not get anything
571   ## due to a cross-device symlink, copy the file.   ## due to a cross-device symlink, copy the file.
# Line 592  echo "Making links to \`etc/e'" Line 594  echo "Making links to \`etc/e'"
594   cd ../../${tempdir}/etc/e   cd ../../${tempdir}/etc/e
595   rm -f *~ \#*\# *,v =* core)   rm -f *~ \#*\# *,v =* core)
596    
597    for dir in etc/images/gnus etc/images/smilies \
598               etc/tree-widget/default etc/tree-widget/folder ; do
599        echo "Making links to \`${dir}'"
600        (cd ${dir}
601         ln `ls -d * | grep -v CVS | grep -v RCS` ../../../${tempdir}/${dir}
602         cd ../../../${tempdir}/${dir}
603         rm -f *~ \#*\# *,v =* core)
604    done
605    
606  echo "Making links to \`info'"  echo "Making links to \`info'"
607  # Don't distribute backups or autosaves.  # Don't distribute backups or autosaves.
608  (cd info  (cd info

Legend:
Removed from v.1.211  
changed lines
  Added in v.1.212

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26