]> git.eshelyaron.com Git - emacs.git/commitdiff
* make-dist: No longer create lisp/MANIFEST.
authorGlenn Morris <rgm@gnu.org>
Wed, 20 Oct 2010 03:55:30 +0000 (20:55 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 20 Oct 2010 03:55:30 +0000 (20:55 -0700)
No-one can remember what this file was for.
http://lists.gnu.org/archive/html/emacs-devel/2010-10/msg00512.html

ChangeLog
make-dist

index 4c5acca4dc159b2a00f9b640de2b1854f377773c..ba4bf03c9d5470c004cbbc7c74b28c0bf96166a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-10-20  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist: No longer create lisp/MANIFEST.
+
 2010-10-14  Glenn Morris  <rgm@gnu.org>
 
        * BUGS, INSTALL.BZR, README: Updates.
index 713d88481b3c644c84c1c78f5b5ffb62532cafc2..8e00127bfe234a5baceb0c1ad113801e2bb82bb2 100755 (executable)
--- 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}