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

Diff of /emacs/make-dist

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

revision 1.203 by pj, Sat May 4 10:05:01 2002 UTC revision 1.204 by lektu, Tue Feb 4 14:56:31 2003 UTC
# Line 129  then Line 129  then
129      EMACS=`pwd`/src/emacs      EMACS=`pwd`/src/emacs
130    else    else
131      if [ "x$EMACS" = "x" -o "x$EMACS" = "xt" ];      if [ "x$EMACS" = "x" -o "x$EMACS" = "xt" ];
132      then      then
133        echo You must specify the EMACS environment variable 2>&1        echo You must specify the EMACS environment variable 2>&1
134        exit 1        exit 1
135      fi      fi
# Line 362  echo "Making links to \`lisp' and its su Line 362  echo "Making links to \`lisp' and its su
362   for file in `find . -type d -print`; do   for file in `find . -type d -print`; do
363     case $file in     case $file in
364       . | .. | */Old | */CVS | */RCS | */=*)       . | .. | */Old | */CVS | */RCS | */=*)
365         ;;               ;;
366       *)       *)
367         if [ -d $file ]; then         if [ -d $file ]; then
368           subdirs="$file $subdirs"           subdirs="$file $subdirs"
# Line 537  echo "Making links to \`mac/Emacs.app/Co Line 537  echo "Making links to \`mac/Emacs.app/Co
537  echo "Making links to \`mac/Emacs.app/Contents/Resources/English.lproj'"  echo "Making links to \`mac/Emacs.app/Contents/Resources/English.lproj'"
538  (cd mac/Emacs.app/Contents/Resources/English.lproj  (cd mac/Emacs.app/Contents/Resources/English.lproj
539   ln InfoPlist.strings ../../../../../${tempdir}/mac/Emacs.app/Contents/Resources/English.lproj)   ln InfoPlist.strings ../../../../../${tempdir}/mac/Emacs.app/Contents/Resources/English.lproj)
540    
541  echo "Making links to \`msdos'"  echo "Making links to \`msdos'"
542  (cd msdos  (cd msdos
543   ln  ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos   ln  ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos

Legend:
Removed from v.1.203  
changed lines
  Added in v.1.204

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