X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/e91081eb9e3d6074d3ba5ba2fae1d902601d56e6..4383486ee18377aec55c28312e4515175f99c321:/make-dist?ds=sidebyside diff --git a/make-dist b/make-dist index efa33efcba..43050179aa 100755 --- a/make-dist +++ b/make-dist @@ -7,7 +7,7 @@ #### you should make sure that this script will include it. # Copyright (C) 1995, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, -# 2006 Free Software Foundation, Inc. +# 2006, 2007 Free Software Foundation, Inc. # # This file is part of GNU Emacs. # @@ -317,7 +317,7 @@ for subdir in lisp site-lisp lispref lispintro \ leim/SKK-DIC leim/ja-dic leim/quail \ src src/m src/s src/bitmaps lib-src oldXMenu lwlib \ nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \ - etc etc/e \ + etc etc/charsets etc/e \ etc/images etc/images/ezimage etc/images/gnus etc/images/gud \ etc/images/icons etc/images/low-color etc/images/mail \ etc/images/smilies etc/tree-widget etc/tree-widget/default \ @@ -558,7 +558,7 @@ echo "Making links to \`msdos'" echo "Making links to \`oldXMenu'" (cd oldXMenu ln *.c *.h *.in ../${tempdir}/oldXMenu - ln README Imakefile ChangeLog ../${tempdir}/oldXMenu + ln README ChangeLog ../${tempdir}/oldXMenu ln compile.com descrip.mms ../${tempdir}/oldXMenu) echo "Making links to \`lwlib'" @@ -572,7 +572,7 @@ echo "Making links to \`etc'" ### Don't distribute gfdl.1, since no man page references it. (cd etc files=`ls -d * | grep -v CVS | grep -v RCS | grep -v 'Old' | grep -v '^e$' \ - | grep -v '^images$' | grep -v '^tree-widget$'` + | grep -v '^charsets$' | grep -v '^images$' | grep -v '^tree-widget$'` ln $files ../${tempdir}/etc ## If we ended up with a symlink, or if we did not get anything ## due to a cross-device symlink, copy the file. @@ -595,6 +595,12 @@ echo "Making links to \`etc'" rm -f DOC* *~ \#*\# *.dvi *.log *.orig *.rej *,v =* core rm -f TAGS) +echo "Making links to \`etc/charsets'" +(cd etc/charsets + ln `ls -d * | grep -v CVS | grep -v RCS` ../../${tempdir}/etc/charsets + cd ../../${tempdir}/etc/charsets + rm -f *~ \#*\# *,v =* core) + echo "Making links to \`etc/e'" (cd etc/e ln `ls -d * | grep -v CVS | grep -v RCS` ../../${tempdir}/etc/e @@ -603,7 +609,7 @@ echo "Making links to \`etc/e'" echo "Making links to \`etc/images'" (cd etc/images - for img in [a-zA-Z]*.xpm [a-zA-Z]*.xbm [a-zA-Z]*.pbm; do + for img in README [a-zA-Z]*.xpm [a-zA-Z]*.xbm [a-zA-Z]*.pbm; do if [ -f $img ]; then ln $img ../../${tempdir}/etc/images fi