(x_draw_glyph_string): Draw relief (if any) before
[bpt/emacs.git] / make-dist
index 5107ea1..0f4a3ab 100755 (executable)
--- a/make-dist
+++ b/make-dist
 progname="$0"
 
 ### Exit if a command fails.
-set -e
+#set -e
 
 ### Print out each line we read, for debugging's sake.
-### set -v
+#set -v
 
 ## Don't restrict access to any files.
 umask 0
@@ -281,7 +281,7 @@ mkdir ${tempdir}
 ### tar file; this means that people can start reading the INSTALL and
 ### README while the rest of the tar file is still unpacking.  Whoopee.
 echo "Making links to top-level files"
-ln GETTING.GNU.SOFTWARE INSTALL README BUGS move-if-change ${tempdir}
+ln FTP INSTALL README BUGS move-if-change ${tempdir}
 ln ChangeLog Makefile.in configure configure.in aclocal.m4 ${tempdir}
 ln config.bat make-dist update-subdirs vpath.sed ${tempdir}
 ### Copy these files; they're cross-filesystem symlinks.
@@ -427,7 +427,7 @@ echo "Making links to \`src'"
  ln makefile.nt makefile.w32-in vms-pp.trans ../${tempdir}/src
  ln .gdbinit .dbxinit ../${tempdir}/src
  cd ../${tempdir}/src
- rm -f config.h paths.h Makefile Makefile.c
+ rm -f config.h epaths.h Makefile Makefile.c
  rm -f =* TAGS)
 
 echo "Making links to \`src/bitmaps'"