aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-01 10:24:23 +0000
committerGerd Moellmann2000-12-01 10:24:23 +0000
commit8c28d4444bc45512b4607cd9e829630fdb223589 (patch)
treea19809e061e4f46f94944e30dcfc7ca39b7faeaa
parent45450dd56d90d4c3682af2ed3e42ddba6977d3fe (diff)
downloademacs-8c28d4444bc45512b4607cd9e829630fdb223589.tar.gz
emacs-8c28d4444bc45512b4607cd9e829630fdb223589.zip
(tempdir): Remove epaths.h from the distribution
instead of paths.h.
-rw-r--r--ChangeLog5
-rwxr-xr-xmake-dist6
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 69e84441c78..5c5f3297606 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12000-12-01 Gerd Moellmann <gerd@gnu.org>
2
3 * make-dist (tempdir): Remove epaths.h from the distribution
4 instead of paths.h.
5
12000-11-23 Eli Zaretskii <eliz@is.elta.co.il> 62000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2 7
3 * config.bat: Check for existence of djecho.exe, and print an 8 * config.bat: Check for existence of djecho.exe, and print an
diff --git a/make-dist b/make-dist
index d2b2f6fe68f..0f4a3ab9294 100755
--- a/make-dist
+++ b/make-dist
@@ -28,10 +28,10 @@
28progname="$0" 28progname="$0"
29 29
30### Exit if a command fails. 30### Exit if a command fails.
31set -e 31#set -e
32 32
33### Print out each line we read, for debugging's sake. 33### Print out each line we read, for debugging's sake.
34### set -v 34#set -v
35 35
36## Don't restrict access to any files. 36## Don't restrict access to any files.
37umask 0 37umask 0
@@ -427,7 +427,7 @@ echo "Making links to \`src'"
427 ln makefile.nt makefile.w32-in vms-pp.trans ../${tempdir}/src 427 ln makefile.nt makefile.w32-in vms-pp.trans ../${tempdir}/src
428 ln .gdbinit .dbxinit ../${tempdir}/src 428 ln .gdbinit .dbxinit ../${tempdir}/src
429 cd ../${tempdir}/src 429 cd ../${tempdir}/src
430 rm -f config.h paths.h Makefile Makefile.c 430 rm -f config.h epaths.h Makefile Makefile.c
431 rm -f =* TAGS) 431 rm -f =* TAGS)
432 432
433echo "Making links to \`src/bitmaps'" 433echo "Making links to \`src/bitmaps'"