From: Glenn Morris Date: Wed, 20 Oct 2010 03:55:30 +0000 (-0700) Subject: * make-dist: No longer create lisp/MANIFEST. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~45^2~549 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=daabcfb9c651a087a2fe02e2d42947297c3cdf39;p=emacs.git * make-dist: No longer create lisp/MANIFEST. No-one can remember what this file was for. http://lists.gnu.org/archive/html/emacs-devel/2010-10/msg00512.html --- diff --git a/ChangeLog b/ChangeLog index 4c5acca4dc1..ba4bf03c9d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-10-20 Glenn Morris + + * make-dist: No longer create lisp/MANIFEST. + 2010-10-14 Glenn Morris * BUGS, INSTALL.BZR, README: Updates. diff --git a/make-dist b/make-dist index 713d88481b3..8e00127bfe2 100755 --- a/make-dist +++ b/make-dist @@ -270,18 +270,6 @@ then $EMACS -batch -f batch-byte-recompile-directory lisp leim fi -## What is this file for? It goes in srcdir, not the tarfile. -## Why does it exclude term/ ? -echo "Making lisp/MANIFEST" - -files=`find lisp -type f -name '*.el'` -for file in $files; do - case "$file" in - */subdirs.el|*/default.el|*/loaddefs.el|*/term/*) continue ;; - esac - sed -n 's/^;;; //p; q' $file -done | sort > lisp/MANIFEST - echo "Creating staging directory: \`${tempparent}'" mkdir ${tempparent}